website refactor
This commit is contained in:
@@ -50,8 +50,15 @@ Individual applications support hot reload and watch mode during development:
|
||||
|
||||
## Testing Commands
|
||||
|
||||
GridPilot follows strict BDD (Behavior-Driven Development) with comprehensive test coverage:
|
||||
GridPilot follows strict BDD (Behavior-Driven Development) with comprehensive test coverage.
|
||||
|
||||
### Local Verification Pipeline
|
||||
Run this sequence before pushing to ensure correctness:
|
||||
```bash
|
||||
npm run lint && npm run typecheck && npm run test:unit && npm run test:integration
|
||||
```
|
||||
|
||||
### Individual Commands
|
||||
```bash
|
||||
# Run all tests
|
||||
npm test
|
||||
|
||||
Reference in New Issue
Block a user