Skip to content

Commit 8c8e1dc

Browse files
committed
Update test commands in package.json to use npx for web-test-runner, ensuring consistent execution across environments.
1 parent e4cef36 commit 8c8e1dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"lint:types": "tsc",
6363
"lint": "npm run lint:eslint",
6464
"format": "npm run format:eslint",
65-
"test": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit",
66-
"test:watch": "web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium",
65+
"test": "npx web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit",
66+
"test:watch": "npx web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium",
6767
"gen:wc": "wca analyze \"*.js\" --outFile custom-elements.json",
6868
"prepare": "node demo/model.js"
6969
},

0 commit comments

Comments
 (0)