We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ec747 commit e792393Copy full SHA for e792393
test/dom.cjs
@@ -1,3 +1,6 @@
1
+// To do: use ESM when Node 18 is EOL, then we can use `--import` instead
2
+// of `-r`.
3
+
4
const {JSDOM} = require('jsdom')
5
6
const jsdom = new JSDOM()
0 commit comments