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:
authorJohannes <johannes.ewald@roomieplanet.de>2012-08-18 18:34:13 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-08-18 18:34:13 +0400
commitc5d8fab07f0edc568e45e0747f863afd5876abc2 (patch)
treeab57b94703d16087fbb6c81e4bdb5d1ae6217d19 /test/testModules/someOtherModule.js
parent657b9e84018014d15916c86274b8ee35b9386627 (diff)
- Introduced webpack bundler for rewire (work in progress, some tests are not running)
Diffstat (limited to 'test/testModules/someOtherModule.js')
-rw-r--r--test/testModules/someOtherModule.js12
1 files changed, 5 insertions, 7 deletions
diff --git a/test/testModules/someOtherModule.js b/test/testModules/someOtherModule.js
index bb86cd3..203fb06 100644
--- a/test/testModules/someOtherModule.js
+++ b/test/testModules/someOtherModule.js
@@ -1,7 +1,5 @@
-"use strict"; // run code in ES5 strict mode
-
-__filename = "/test/testModules/someOtherModule.js"; // unifying filename for the pretty stack trace test
-
-var fs = require("fs");
-
-exports.fs = fs; \ No newline at end of file
+"use strict"; // run code in ES5 strict mode
+
+__filename = "/test/testModules/someOtherModule.js"; // unifying filename for the pretty stack trace test
+
+exports.fs = {}; \ No newline at end of file