Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit657b9e8

Browse files
author
Johannes
committed
- Removed (node.js) from test name
1 parent0bb70ad commit657b9e8

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)

[8]ページ先頭

©2009-2025 Movatter.jp