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:
authorJohannes Ewald <johannes.ewald@peerigon.com>2015-11-16 00:02:50 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2015-11-16 00:02:50 +0300
commita7bdea28cca4bf37ad43e4948997b0af48822d6a (patch)
treeb7e65b3ab890045ec4ee21f74c49dad24d779ea4 /testLib/throwError.js
parent5a8ba82b39f69f3750ddf83c6f6fc6f6e2ecb2a2 (diff)
Move testLib into dedicated folder inside root folder
Diffstat (limited to 'testLib/throwError.js')
-rw-r--r--testLib/throwError.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/testLib/throwError.js b/testLib/throwError.js
new file mode 100644
index 0000000..9bdf68b
--- /dev/null
+++ b/testLib/throwError.js
@@ -0,0 +1,3 @@
+module.exports = function () {
+ throw new Error();
+};