Skip to content

Commit b7d0cb2

Browse files
committed
checkpoint: exposes detection script to package
1 parent 9d230ca commit b7d0cb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"build": "run-p type-check \"build-only {@}\" --",
99
"preview": "vite preview",
1010
"test:unit": "vitest",
11+
"test:unit:missing": "jiti vitest/ensure-all-units-have-test-companion.ts",
1112
"prepare": "cypress install && husky",
1213
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
1314
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",

0 commit comments

Comments
 (0)