From 74ae6f619f52def1415862997d5ad13d23f2805b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 28 Oct 2014 11:58:02 -0700 Subject: rm comments --- test/rewire.test.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/rewire.test.js b/test/rewire.test.js index 57e37be..f204f7d 100644 --- a/test/rewire.test.js +++ b/test/rewire.test.js @@ -32,9 +32,6 @@ describe("rewire", function () { expect(coffeeModule.readFileSync()).to.be("It works!"); }); it("should keep src variable in function scope", function () { - //expect(src).to.be(undefined); - // detectStrictMode(); - // console.dir(global); expect(global.src).to.be(undefined); }); }); \ No newline at end of file -- cgit v1.2.3