source: Dev/trunk/node_modules/mocha/index.js @ 484

Last change on this file since 484 was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 92 bytes
Line 
1
2module.exports = process.env.COV
3  ? require('./lib-cov/mocha')
4  : require('./lib/mocha');
Note: See TracBrowser for help on using the repository browser.