Skip to content

Commit

Permalink
Merge branch 'master' of github.com:visionmedia/mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 1, 2013
2 parents 92d21af + 154e61d commit 4a6a63b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions support/tail.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,9 @@ mocha.run = function(fn){
if (fn) fn();
});
};

/**
* Expose the process shim.
*/

Mocha.process = process;

0 comments on commit 4a6a63b

Please sign in to comment.