aboutsummaryrefslogtreecommitdiff
path: root/node_modules/mocha/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mocha/index.js')
-rw-r--r--node_modules/mocha/index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/mocha/index.js b/node_modules/mocha/index.js
deleted file mode 100644
index 169b27177..000000000
--- a/node_modules/mocha/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-module.exports = process.env.COV
- ? require('./lib-cov/mocha')
- : require('./lib/mocha');