source: Dev/trunk/node_modules/mocha/lib/interfaces/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: 141 bytes
Line 
1
2exports.bdd = require('./bdd');
3exports.tdd = require('./tdd');
4exports.qunit = require('./qunit');
5exports.exports = require('./exports');
Note: See TracBrowser for help on using the repository browser.