summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_history.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_history.js b/tests/test_history.js
index 1457f3d1..0851d9aa 100644
--- a/tests/test_history.js
+++ b/tests/test_history.js
@@ -33,6 +33,9 @@ var env = jsdom.env({
scripts: script_filenames,
//url: "http://localhost:12345/",
html: "<html><body></body></html>",
+ created: function(errors, window) {
+ window.console.log = console.log;
+ },
done: function (errors, window) {
console.log('---------');
console.log(errors);