diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-07 18:56:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-07 18:56:45 +0900 |
| commit | 463952d9ab01b80f71d7e32f98da908723303079 (patch) | |
| tree | 6724d5b975973ad4bb286c312e9653c0e51212aa /docs/dev | |
| parent | 4b755c758e920fb0295b066fa20ce6667334546b (diff) | |
| download | kioku-463952d9ab01b80f71d7e32f98da908723303079.tar.gz kioku-463952d9ab01b80f71d7e32f98da908723303079.tar.zst kioku-463952d9ab01b80f71d7e32f98da908723303079.zip | |
test(pwa): add tests for PWA configuration
Verify vite-plugin-pwa manifest settings, workbox caching patterns,
offline fallback page, and icon configuration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <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 88aa403..3cba614 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -144,7 +144,7 @@ Smaller features first to enable early MVP validation. - [x] Web manifest - [x] Service Worker - [x] Offline fallback page -- [ ] Add tests +- [x] Add tests ### IndexedDB (Local Storage) - [ ] Dexie.js setup |
