Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5917f7

Browse files
committed
- Removed note on IE
1 parent 70d27af commit b5917f7

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
var strictModule = rewire("./strictModule.js");
163163

164164
expect(function () {

0 commit comments

Comments
 (0)