Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9eb17b0
feat: msw 핸들러 구현
hyunzsu Aug 18, 2025
3fe5dc9
feat: msw 핸들러 유틸 구현
hyunzsu Aug 18, 2025
1119ed5
feat: dateUtils 모든 함수에 대한 단위 테스트 추가
hyunzsu Aug 20, 2025
bb24a8e
feat: 이벤트 겹침 검사 함수들에 대한 단위 테스트 추가
hyunzsu Aug 20, 2025
7212157
chore: dateUtils 모든 함수에 대한 주석 추가
hyunzsu Aug 20, 2025
50888a4
chore: 이벤트 겹침 검사 함수들에 대한 주석 추가
hyunzsu Aug 20, 2025
591d005
chore: eventUtils 모든 함수들에 대한 주석 추가
hyunzsu Aug 20, 2025
bc3f0ec
feat: eventUtils 모든 함수들에 대한 단위 테스트 추가
hyunzsu Aug 20, 2025
3a13e3c
chore: fetchHolidays 함수에 대한 주석 추가
hyunzsu Aug 21, 2025
e834e74
feat: fetchHolidays 함수에 대한 단위 테스트 추가
hyunzsu Aug 21, 2025
cc6fc11
chore: notificationUtils 함수에 대한 주석 추가
hyunzsu Aug 21, 2025
add9c2f
feat: notificationUtils 함수에 대한 단위 테스트 추가
hyunzsu Aug 21, 2025
1d1e2e4
chore: timeValidation 함수에 대한 주석 추가
hyunzsu Aug 21, 2025
df04b04
feat: timeValidation 함수에 대한 단위 테스트 추가
hyunzsu Aug 21, 2025
d6fe7ea
feat: 날짜만 비교하는 assertDateOnly 유틸 함수 추가
hyunzsu Aug 21, 2025
4e45623
feat: useCalendarView 훅에 대한 단위 테스트 추가
hyunzsu Aug 21, 2025
31fd5d3
feat: useSearch 훅에 대한 단위 테스트 추가
hyunzsu Aug 21, 2025
ab885a4
feat: useEventOperations 훅 테스트 케이스 구현
hyunzsu Aug 21, 2025
d7387ea
feat: useNotifications 훅 테스트 케이스 구현
hyunzsu Aug 21, 2025
279b363
feat: 통합 테스트 구현
hyunzsu Aug 21, 2025
37e7512
chore: ESLint 설치
hyunzsu Aug 21, 2025
0fc2980
chore: ESLint 에러 해결
hyunzsu Aug 21, 2025
62377e6
chore: ESLint 설정 수정
hyunzsu Aug 22, 2025
854c021
refactor: App 컴포넌트 분리
hyunzsu Aug 22, 2025
5587e52
refactor: 유틸 함수 테스트 코드 작성
hyunzsu Aug 22, 2025
9b0f4a4
feat: 컴포넌트 테스트 코드 작성
hyunzsu Aug 22, 2025
95fd0be
feat: 훅 테스트 코드 작성
hyunzsu Aug 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export default [
...typescriptPlugin.configs.recommended.rules,

// ESLint rules
'no-unused-vars': 'warn',
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['error'],

// React rules
'react/prop-types': 'off',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@eslint/js": "^9.33.0",
"@mui/icons-material": "7.2.0",
"@mui/material": "7.2.0",
"express": "^4.19.2",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading