source:
Dev/trunk/node_modules/mocha/index.js
@
531
Last change on this file since 531 was 484, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 92 bytes |
Rev | Line | |
---|---|---|
[484] | 1 | |
2 | module.exports = process.env.COV | |
3 | ? require('./lib-cov/mocha') | |
4 | : require('./lib/mocha'); |
Note: See TracBrowser
for help on using the repository browser.