From e5e6b0d74fe6aadcc5b6b60226e65f769899b9b6 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 10 Nov 2022 11:43:40 -0500 Subject: [PATCH] watch grouped tests by default --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4289491b..cebaf5bb 100644 --- a/package.json +++ b/package.json @@ -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",