Skip to content

Commit 7154000

Browse files
committed
Dont break console.log
1 parent fc73d60 commit 7154000

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/lib/result_spec.js

-6
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ var result = require("../../lib/result");
2424
*/
2525

2626
describe("lib/result", function() {
27-
before(function() {
28-
})
29-
after(function() {
30-
console.log = console._log;
31-
console.warn = console._warn;
32-
})
3327
it("log",function() {
3428
result.log("msg");
3529
});

0 commit comments

Comments
 (0)