Acceptance → Tests
Do
- Rewrite each acceptance criterion as a verifiable check.
- Map checks to test types:
- Unit: pure logic and edge cases
- Integration: components + state + API boundaries
- E2E: user flows and regressions
- Update the
# Validationsection in tasks with the most relevant commands:npm run lintnpm run testsnpm run typechecknpm run build
Converted and distributed by TomeVault — claim your Tome and manage your conversions.