Testing Configuration
Purpose
This file configures testing workflow for the project.
Run plx/test to execute tests based on this configuration.
Test Types
- Default: unit, integration
Coverage
Test Patterns
- Runner: vitest
- Files: **/.test.ts, **/.spec.ts
Test Checklist
- [ ] All tests pass
- [ ] Coverage meets threshold
- [ ] No skipped tests in CI
- [ ] E2E tests verified
Reacties