source:
Dev/trunk/node_modules/mocha/lib/interfaces/index.js
Last change on this file was 484, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 141 bytes |
Rev | Line | |
---|---|---|
[484] | 1 | |
2 | exports.bdd = require('./bdd'); | |
3 | exports.tdd = require('./tdd'); | |
4 | exports.qunit = require('./qunit'); | |
5 | exports.exports = require('./exports'); |
Note: See TracBrowser
for help on using the repository browser.