diff options
Diffstat (limited to 'tests/test_script_jsdom.js')
| -rw-r--r-- | tests/test_script_jsdom.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test_script_jsdom.js b/tests/test_script_jsdom.js deleted file mode 100644 index 1ae5835f..00000000 --- a/tests/test_script_jsdom.js +++ /dev/null @@ -1,9 +0,0 @@ -var jsdom = require("jsdom").jsdom; -var window = jsdom().parentWindow; - -window.__myObject = { foo: "bar" }; - -var scriptEl = window.document.createElement("script"); -scriptEl.src = "../tests/anotherScript.js"; -window.console.log = console.log; -window.document.body.appendChild(scriptEl); |
