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

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/testModules/throwError.js')
-rw-r--r--lib/testModules/throwError.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/testModules/throwError.js b/lib/testModules/throwError.js
deleted file mode 100644
index 9bdf68b..0000000
--- a/lib/testModules/throwError.js
+++ /dev/null
@@ -1,3 +0,0 @@
-module.exports = function () {
- throw new Error();
-};