Skip to content

Commit

Permalink
chore: test 기본 coverage보이게 변경 (CC-178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkkkk committed Aug 23, 2024
1 parent 644ccc8 commit bf4cc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Caecae/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest --silent --noStackTrace"
"test": "jest --coverage"
},
"dependencies": {
"autoprefixer": "^10.4.19",
Expand Down

0 comments on commit bf4cc54

Please sign in to comment.