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/someOtherModule.js')
-rw-r--r--lib/testModules/someOtherModule.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/testModules/someOtherModule.js b/lib/testModules/someOtherModule.js
deleted file mode 100644
index da38f4c..0000000
--- a/lib/testModules/someOtherModule.js
+++ /dev/null
@@ -1,6 +0,0 @@
-"use strict"; // run code in ES5 strict mode
-
-__filename = "/test/testModules/someOtherModule.js";
-
-exports.fs = {};
-exports.filename = __filename; \ No newline at end of file