Skip to content

Commit fc75c36

Browse files
authored
chore(npm): add test:vitest script (#6375)
1 parent 4e5f437 commit fc75c36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
"lint:fix": "npm run lint -- --fix",
2727
"lint:md": "markdownlint-cli2 \"**/*.{md,mdx}\" \"!.github\" \"!.changeset\" \"!**/node_modules/**\" \"!**/CHANGELOG.md\"",
2828
"test": "jest",
29-
"test:update": "npm run test -- --updateSnapshot",
30-
"test:watch": "npm run test -- --watch",
3129
"test:coverage": "npm run test -- --coverage",
3230
"test:type-check": "tsc --noEmit",
31+
"test:update": "npm run test -- --updateSnapshot",
32+
"test:vitest": "vitest",
33+
"test:watch": "npm run test -- --watch",
3334
"vitest:update": "vitest -u",
3435
"type-check": "tsc --noEmit && npm run type-check -ws --if-present",
3536
"release": "npm run build && changeset publish",

0 commit comments

Comments
 (0)