8000 - Removed (node.js) from test name · ShMcK/rewire-coderoad@657b9e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 657b9e8

Browse files
author
Johannes
committed
- Removed (node.js) from test name
1 parent 0bb70ad commit 657b9e8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/internalRewire.test.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// Don't run code in ES5 strict mode.
2-
// In case this module was in strict mode, all other modules called by this would also be strict.
3-
// But when testing if the strict mode is preserved, we must ensure that this module is NOT strict.
4-
5-
describe("internalRewire (node.js)", function () {
6-
before(require("./testHelpers/createFakePackageJSON.js"));
7-
after(require("./testHelpers/removeFakePackageJSON.js"));
8-
it("should pass all shared test cases", function () {
9-
require("./testModules/sharedTestCases.js");
10-
});
1+
// Don't run code in ES5 strict mode.
2+
// In case this module was in strict mode, all other modules called by this would also be strict.
3+
// But when testing if the strict mode is preserved, we must ensure that this module is NOT strict.
4+
5+
describe("internalRewire", function () {
6+
before(require("./testHelpers/createFakePackageJSON.js"));
7+
after(require("./testHelpers/removeFakePackageJSON.js"));
8+
it("should pass all shared test cases", function () {
9+
require("./testModules/sharedTestCases.js");
10+
});
1111
});

0 commit comments

Comments
 (0)
0