summaryrefslogtreecommitdiff
path: root/tests/specs/run/document/document.out
blob: eefedb8f2b6b814aea7542283ef7de82c346f21c (plain)
1
2
3
4
5
6
7
8
error: Uncaught (in promise) ReferenceError: document is not defined
document.querySelector("div");
^
    at [WILDCARD]document.js:1:1

    info: document global is not available in Deno.
    hint: Use a library like happy-dom, deno_dom, linkedom or JSDom
          and setup the document global according to the library documentation.