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.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/testLib/someOtherModule.js b/testLib/someOtherModule.js
index da38f4c..fe6bbd7 100644
--- a/testLib/someOtherModule.js
+++ b/testLib/someOtherModule.js
@@ -3,4 +3,5 @@
__filename = "/test/testModules/someOtherModule.js";
exports.fs = {};
-exports.filename = __filename; \ No newline at end of file
+exports.filename = __filename;
+exports.name = "somOtherModule";