From 75c557ec632806636d900307bc19e0b0660df803 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 1 Mar 2022 18:06:05 -0500 Subject: [PATCH] add group test shortcut --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d9d35ef98..2bf603a19 100644 --- a/package.json +++ b/package.json @@ -42,6 +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:watch": "web-test-runner --watch", "spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress", "list-outdated-dependencies": "npm-check-updates --format repo --peer",