mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-23 00:15:31 -04:00
Update testing framework to Vitest (#4)
This commit is contained in:
@@ -155,9 +155,11 @@ Timeouts are enforced per request using a simple race against `timeoutMs` (defau
|
||||
## Development
|
||||
|
||||
- Build: `npm run build`
|
||||
- Test: `npm test`
|
||||
- Test: `npm test` (Vitest)
|
||||
- By default, tests are offline/deterministic.
|
||||
- Smoke tests that hit the network are gated by `SMOKE=1`, e.g. `SMOKE=1 npm test`.
|
||||
- Watch mode: `npm run test:watch`
|
||||
- Coverage: `npm run test:coverage`
|
||||
- Smoke tests that hit the network are gated by `SMOKE=1`, e.g. `SMOKE=1 npm run test:smoke`.
|
||||
- Lint/format: `npm run lint` (Biome)
|
||||
|
||||
Project layout:
|
||||
|
||||
Reference in New Issue
Block a user