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
path: root/test
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2014-10-28 21:58:02 +0300
committerRich Trott <rtrott@gmail.com>2014-10-28 21:58:02 +0300
commit74ae6f619f52def1415862997d5ad13d23f2805b (patch)
tree1407880b08e3828529d93221549c17a7e23827f8 /test
parent5b237d99ef054d6a0ddc68412af1d46a355d13c2 (diff)
rm comments
Diffstat (limited to 'test')
-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