Skip to content

Commit

Permalink
feat : Frontend에서 test를 통과하기 위한 테스트 코드 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
sunub committed Nov 6, 2024
1 parent 166afbd commit 135f3ce
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"react": "^18.3.1",
Expand All @@ -26,6 +27,7 @@
"globals": "^15.11.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
"vite": "^5.4.10",
"vitest": "^2.1.4"
}
}
Loading

0 comments on commit 135f3ce

Please sign in to comment.