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