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

update test script in package.json

parent 2cecb9a4
Pipeline #18686 passed with stages
in 2 minutes and 55 seconds
...@@ -28,7 +28,8 @@ ...@@ -28,7 +28,8 @@
"build": "tsc && vite build", "build": "tsc && vite build",
"preview": "vite preview", "preview": "vite preview",
"lint": "eslint --ext .ts --ext .tsx src", "lint": "eslint --ext .ts --ext .tsx src",
"test": "react-scripts test", "test": "vitest",
"coverage": "vitest run --coverage",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },
"eslintConfig": { "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