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
path: root/test
diff options
context:
space:
mode:
authorJohannes <johannes.ewald@roomieplanet.de>2012-08-17 18:54:26 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-08-17 18:54:26 +0400
commit657b9e84018014d15916c86274b8ee35b9386627 (patch)
treee0840d9be16d5e4f355b74f89391c91ebadd8688 /test
parent0bb70adf091ce5ccf8c81f28cc72a229ac15eba1 (diff)
- Removed (node.js) from test name
Diffstat (limited to 'test')
-rw-r--r--test/internalRewire.test.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/internalRewire.test.js b/test/internalRewire.test.js
index 23d0193..3b3a303 100644
--- a/test/internalRewire.test.js
+++ b/test/internalRewire.test.js
@@ -1,11 +1,11 @@
-// 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("internalRewire (node.js)", function () {
- before(require("./testHelpers/createFakePackageJSON.js"));
- after(require("./testHelpers/removeFakePackageJSON.js"));
- it("should pass all shared test cases", function () {
- require("./testModules/sharedTestCases.js");
- });
+// 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("internalRewire", 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