Skip to content

Commit fec8a23

Browse files
committed
refactor: rename test script
1 parent 3bcd5ac commit fec8a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "vite",
77
"build": "run-p type-check build-only",
88
"preview": "vite preview",
9-
"test:unit": "vitest --environment jsdom --root src/",
9+
"test": "vitest --environment jsdom --root src/",
1010
"build-only": "vite build",
1111
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
1212
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"

0 commit comments

Comments
 (0)