12 lines
237 B
Markdown
12 lines
237 B
Markdown
# 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
|
|
```
|