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-06-23 18:07:15 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-06-23 18:07:15 +0400
commit2c8949bffba28b5d0e6953d804e9fbb6725fb38e (patch)
treebc31b6eab3eeb39620adc795a5350922d77709e8 /test/rewire.test.js
parentd432d902513b69eb216c95505f755f616b9cf698 (diff)
added comments
Diffstat (limited to 'test/rewire.test.js')
-rw-r--r--test/rewire.test.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/rewire.test.js b/test/rewire.test.js
deleted file mode 100644
index 1783ad5..0000000
--- a/test/rewire.test.js
+++ /dev/null
@@ -1,11 +0,0 @@
-// Don't run code in ES5 strict mode.
-// In case this module was in strict mode, all other modules called by this would also be strict.
-// But when testing if the strict mode is preserved, we must ensure that this module is NOT strict.
-
-describe("rewire", function () {
- before(require("./testHelpers/createFakePackageJSON.js"));
- after(require("./testHelpers/removeFakePackageJSON.js"));
- it("should pass all shared test cases", function () {
- require("./testModules/sharedTestCases.js");
- });
-}); \ No newline at end of file