From b5917f79bc8367207b5ad6e88ce8b3aaec6dc1b8 Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Wed, 13 Mar 2013 02:26:11 +0100 Subject: - Removed note on IE --- test/testModules/sharedTestCases.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testModules/sharedTestCases.js b/test/testModules/sharedTestCases.js index 70bad49..050c753 100644 --- a/test/testModules/sharedTestCases.js +++ b/test/testModules/sharedTestCases.js @@ -158,7 +158,7 @@ describe("rewire " + (typeof testEnv === "undefined"? "(node)": "(" + testEnv + it("subsequent calls of rewire should always return a new instance", function () { expect(rewire("./moduleA.js")).not.to.be(rewire("./moduleA.js")); }); - it("should preserve the strict mode (not IE)", function () { + it("should preserve the strict mode", function () { var strictModule = rewire("./strictModule.js"); expect(function () { -- cgit v1.2.3