From a7bdea28cca4bf37ad43e4948997b0af48822d6a Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Sun, 15 Nov 2015 22:02:50 +0100 Subject: Move testLib into dedicated folder inside root folder --- testLib/throwError.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testLib/throwError.js (limited to 'testLib/throwError.js') 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(); +}; -- cgit v1.2.3