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 Ewald <johannes.ewald@peerigon.com>2017-11-11 04:23:18 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2017-11-11 04:47:48 +0300
commitb6cc4071f67d47596901c01506eeeff138ab059e (patch)
tree18fd5e8f2627907cd85ee874a1d78519c2f7e779 /test/rewire.test.js
parent501e4c29bd16eaafae348b8faba6e5b061b98bc4 (diff)
Refactor code
Diffstat (limited to 'test/rewire.test.js')
-rw-r--r--test/rewire.test.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/rewire.test.js b/test/rewire.test.js
index ecf3cc9..4d3b985 100644
--- a/test/rewire.test.js
+++ b/test/rewire.test.js
@@ -16,9 +16,7 @@ describe("rewire", function () {
fs.renameSync(fakeNodeModules, path.resolve(__dirname, "../testLib/node_modules"));
}
});
- it("should pass all shared test cases", function () {
- require("../testLib/sharedTestCases.js");
- });
+ require("../testLib/sharedTestCases.js");
it("should also work with CoffeeScript", function () {
var coffeeModule;