Skip to content

Commit

Permalink
Don't run the stx tests in Node for now
Browse files Browse the repository at this point in the history
We don't have DOM methods like `createTreeWalker`.
  • Loading branch information
jcbrand committed Dec 8, 2024
1 parent 1f322fa commit 5e2d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"lint": "eslint src/*.js tests/tests.js",
"clean": "make clean",
"doc": "make doc",
"test-node": "qunit --require ./tests/node tests/",
"test-node": "qunit --require ./tests/node tests/tests.js",
"test-browser": "karma start",
"test": "npm run test-node && npm run test-browser && npm run lint",
"prettier": "prettier --write src/*.js"
Expand Down

0 comments on commit 5e2d420

Please sign in to comment.