Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/mocha-2.2.5/index.js')
-rwxr-xr-xtests/lib/mocha-2.2.5/index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/mocha-2.2.5/index.js b/tests/lib/mocha-2.2.5/index.js
deleted file mode 100755
index 169b271770..0000000000
--- a/tests/lib/mocha-2.2.5/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-module.exports = process.env.COV
- ? require('./lib-cov/mocha')
- : require('./lib/mocha');