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-3.1.0/test/integration/fixtures/regression/issue-2315.js')
-rw-r--r--tests/lib/mocha-3.1.0/test/integration/fixtures/regression/issue-2315.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/lib/mocha-3.1.0/test/integration/fixtures/regression/issue-2315.js b/tests/lib/mocha-3.1.0/test/integration/fixtures/regression/issue-2315.js
deleted file mode 100644
index cdfb201059..0000000000
--- a/tests/lib/mocha-3.1.0/test/integration/fixtures/regression/issue-2315.js
+++ /dev/null
@@ -1,9 +0,0 @@
-describe('issue-2315: cannot read property currentRetry of undefined', function () {
- before(function () {
- process.nextTick(function () {
- throw new Error();
- });
- });
-
- it('something', function () {});
-});