Commit 0a5fd99
feat(test): add Vitest test suite and GitHub Actions workflow
28 tests covering LocalStore (CRUD, version conflicts, checklist nesting,
dependency cycles, E2E flow) and RemoteStore (success paths, 404/409/5xx
error mapping, timeout with status 504, network failure).
GitHub Actions runs tests on push to master and all PRs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f5c63a6 commit 0a5fd99
5 files changed
Lines changed: 1806 additions & 21 deletions
File tree
- .github/workflows
- packages/core/src/__tests__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments