Stuff
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
## Commands (containers)
|
||||
- Build: `make rebuild`
|
||||
- Tests: `make test-frontend`
|
||||
- Logs: `make logs-frontend`
|
||||
|
||||
## Structure
|
||||
@@ -25,7 +24,8 @@
|
||||
## Testing
|
||||
- Jest config: `frontend/jest.config.ts` (jsdom).
|
||||
- Setup: `frontend/setupTests.ts` (Testing Library).
|
||||
- Run: `make test-frontend` (containerized).
|
||||
- Run: `docker compose exec mvp-frontend npm test` (from project root, containerized).
|
||||
- Watch mode: `docker compose exec mvp-frontend npm run test:watch`.
|
||||
|
||||
## Patterns
|
||||
- State: co-locate feature state in `src/core/store` (Zustand) and React Query for server state.
|
||||
|
||||
Reference in New Issue
Block a user