Skip to content

Commit 05fb135

Browse files
committed
test: added tests for coverage
1 parent 85ba42f commit 05fb135

File tree

14 files changed

+933
-7
lines changed

14 files changed

+933
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"test:publint": "publint",
8383
"test:specs": "vitest run --project specs",
8484
"test:e2e": "vitest run --coverage --project e2e",
85-
"test:e2e:dev": "vitest --browser.headless=false",
85+
"test:e2e:dev": "vitest --coverage --browser.headless=false",
8686
"test:locales": "tsx ./scripts/test-locales.ts",
8787
"release": "shipjs prepare",
8888
"build:lib": "npm run clean:web && npm run clean:dist && tsx ./scripts/build.ts",

0 commit comments

Comments
 (0)