diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-30 06:33:14 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-04 23:26:05 +0900 |
| commit | a726594e48d3ee900e0c40072e8fda4a4651604c (patch) | |
| tree | 90b9f392e7667ade5949b83c3ed697f8acbe2660 /docs/dev | |
| parent | de0520f2d635fedba0ff9602dd82a4dd29a9b635 (diff) | |
| download | kioku-a726594e48d3ee900e0c40072e8fda4a4651604c.tar.gz kioku-a726594e48d3ee900e0c40072e8fda4a4651604c.tar.zst kioku-a726594e48d3ee900e0c40072e8fda4a4651604c.zip | |
feat(server): setup Vitest testing framework
Add Vitest as the test runner for the server package with configuration
for global test APIs. Update root package.json to run tests across all
packages.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/roadmap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 26e92b8..a273e85 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -11,7 +11,7 @@ ### Server Foundation - [x] Initialize Hono app -- [ ] Setup Vitest +- [x] Setup Vitest - [ ] Add simple test to test that Hono works - [ ] Error handling middleware - [ ] Logger middleware |
