Skip to content

Commit ac2d221

Browse files
committed
test: add setup
1 parent 4c0e21d commit ac2d221

File tree

4 files changed

+308
-1
lines changed

4 files changed

+308
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
3737
"lint:fix": "yarn run lint --write",
3838
"test:types": "tsc --build tsconfig.json",
39-
"test:unit": "jest --coverage",
39+
"test:unit": "vitest --coverage",
4040
"test": "echo TODO"
4141
},
4242
"keywords": [
@@ -62,6 +62,7 @@
6262
}
6363
},
6464
"devDependencies": {
65+
"@vitest/coverage-c8": "^0.23.4",
6566
"@vue/runtime-core": "^3.2.40",
6667
"chalk": "^5.1.0",
6768
"conventional-changelog-cli": "^2.0.34",
@@ -75,6 +76,7 @@
7576
"semver": "^7.3.8",
7677
"typescript": "~4.8.4",
7778
"unbuild": "^0.8.11",
79+
"vitest": "^0.23.4",
7880
"vue": "^3.0.0",
7981
"yorkie": "^2.0.0"
8082
},

0 commit comments

Comments
 (0)