summaryrefslogtreecommitdiff
path: root/node_modules/mocha/lib/interfaces/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mocha/lib/interfaces/index.js')
-rw-r--r--node_modules/mocha/lib/interfaces/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/mocha/lib/interfaces/index.js b/node_modules/mocha/lib/interfaces/index.js
new file mode 100644
index 0000000..f7b2655
--- /dev/null
+++ b/node_modules/mocha/lib/interfaces/index.js
@@ -0,0 +1,5 @@
+
+exports.bdd = require('./bdd');
+exports.tdd = require('./tdd');
+exports.qunit = require('./qunit');
+exports.exports = require('./exports');