- package.json: vitest 추가 + test/test:watch 스크립트 - utils/__tests__/formatting.test.js (7 tests) - features/symbol/__tests__/utils.test.js (8 tests) - features/liberation/__tests__/utils.test.js (18 tests) - features/boss-crystal/pc/admin/__tests__/constants.test.js (6 tests) 총 39개 테스트 통과 (716ms) - formatMeso / formatMesoKorean 경계 조건 - computeCompletion (심볼 완료 시뮬레이션) - bossEarn, calcWeekPoints, calcDoneEarn, calcMonthlyEarn - getSchedulerWeekRange (1주차/2주차, 목요일 시작 등) - computeCompletionDate (단순 계산/주차별 계산 모드) - 보스 결정 난이도 정의 및 스타일 헬퍼 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.