Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d27af commit b5917f7Copy full SHA for b5917f7
test/testModules/sharedTestCases.js
@@ -158,7 +158,7 @@ describe("rewire " + (typeof testEnv === "undefined"? "(node)": "(" + testEnv +
158
it("subsequent calls of rewire should always return a new instance", function () {
159
expect(rewire("./moduleA.js")).not.to.be(rewire("./moduleA.js"));
160
});
161
- it("should preserve the strict mode (not IE)", function () {
+ it("should preserve the strict mode", function () {
162
var strictModule = rewire("./strictModule.js");
163
164
expect(function () {
0 commit comments