Commit 6fbf0145 authored by Chunchi Che's avatar Chunchi Che

update test script in package.json

parent 2cecb9a4
......@@ -28,7 +28,8 @@
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .ts --ext .tsx src",
"test": "react-scripts test",
"test": "vitest",
"coverage": "vitest run --coverage",
"eject": "react-scripts eject"
},
"eslintConfig": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment