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/debuggerModule.js')
-rw-r--r--testLib/debuggerModule.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/testLib/debuggerModule.js b/testLib/debuggerModule.js
new file mode 100644
index 0000000..9d2b7df
--- /dev/null
+++ b/testLib/debuggerModule.js
@@ -0,0 +1,7 @@
+"use strict"; // run code in ES5 strict mode
+
+var myNumber = 0;
+
+module.exports = function () {
+ myNumber = 1;
+}; \ No newline at end of file