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