(chore) add associate tasks

This commit is contained in:
Story Crater Bot
2026-08-18 20:41:34 -07:00
parent 3a03a6afb6
commit c42040319f
75 changed files with 909 additions and 236 deletions
+11
View File
@@ -0,0 +1,11 @@
# 0.6 — Add Vitest + Testing Library + msw
Phase: 0 — Unblock
- [ ] Add Vitest + Testing Library + `msw`; add `test` and `test:watch` scripts to `package.json`
## Verify
```bash
pnpm test # runner executes, 0 tests, exit 0
```