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/test.js')
-rwxr-xr-xtests/lib/mocha-2.2.5/test.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/lib/mocha-2.2.5/test.js b/tests/lib/mocha-2.2.5/test.js
deleted file mode 100755
index 47de23e5e6..0000000000
--- a/tests/lib/mocha-2.2.5/test.js
+++ /dev/null
@@ -1,9 +0,0 @@
-function usedToBeAsync (cb) {
- cb()
-}
-
-it('test', function() {
- this.timeout(4294967296);
- usedToBeAsync(done)
-});
-