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

Commitb5917f7

Browse files
committed
- Removed note on IE
1 parent70d27af commitb5917f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/testModules/sharedTestCases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describe("rewire " + (typeof testEnv === "undefined"? "(node)": "(" + testEnv +
158158
it("subsequent calls of rewire should always return a new instance",function(){
159159
expect(rewire("./moduleA.js")).not.to.be(rewire("./moduleA.js"));
160160
});
161-
it("should preserve the strict mode (not IE)",function(){
161+
it("should preserve the strict mode",function(){
162162
varstrictModule=rewire("./strictModule.js");
163163

164164
expect(function(){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp