watch grouped tests by default

pull/1006/head
Cory LaViska 2022-11-10 11:43:40 -05:00
rodzic db1c2ee5cc
commit e5e6b0d74f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@
"ts-check": "tsc --noEmit --project ./tsconfig.json",
"create": "plop --plopfile scripts/plop/plopfile.js",
"test": "web-test-runner",
"test:component": "npm run test -- --group",
"test:component": "npm run test -- --watch --group",
"test:watch": "web-test-runner --watch",
"spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress",
"list-outdated-dependencies": "npm-check-updates --format repo --peer",