Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Nov 22, 2020
1 parent 5a75812 commit 829cfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/retest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let options = {
"--with-dom": "--with-dom"
}

if (file.includes(options["--with-dom"])) {
if (args.includes(options["--with-dom"])) {
var jsdom = new JSDOM("<!DOCTYPE html>");
globalThis.window = jsdom.window;
globalThis.document = jsdom.window.document;
Expand Down

0 comments on commit 829cfa3

Please sign in to comment.