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 'test/testModules/someOtherModule.js')
-rw-r--r--test/testModules/someOtherModule.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/testModules/someOtherModule.js b/test/testModules/someOtherModule.js
new file mode 100644
index 0000000..02287d1
--- /dev/null
+++ b/test/testModules/someOtherModule.js
@@ -0,0 +1,5 @@
+"use strict"; // run code in ES5 strict mode
+
+var fs = require("fs");
+
+exports.fs = fs; \ No newline at end of file