Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/rewire.test.js')
-rw-r--r--test/rewire.test.js3
1 files changed, 0 insertions, 3 deletions
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