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