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

Skip to content

Commit 74ae6f6

Browse files
committed
rm comments
1 parent 5b237d9 commit 74ae6f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/rewire.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ describe("rewire", function () {
3232
expect(coffeeModule.readFileSync()).to.be("It works!");
3333
});
3434
it("should keep src variable in function scope", function () {
35-
//expect(src).to.be(undefined);
36-
// detectStrictMode();
37-
// console.dir(global);
3835
expect(global.src).to.be(undefined);
3936
});
4037
});

0 commit comments

Comments
 (0)