mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
[DX]: Document running test suite for all workspaces (#4095)
This commit is contained in:
@@ -86,11 +86,11 @@ find . -type f -name "package-lock.json" -delete
|
||||
### Testing
|
||||
|
||||
```bash
|
||||
# bruno-schema
|
||||
# run bruno-schema tests
|
||||
npm test --workspace=packages/bruno-schema
|
||||
|
||||
# bruno-lang
|
||||
npm test --workspace=packages/bruno-lang
|
||||
# run tests over all workspaces
|
||||
npm test --workspaces --if-present
|
||||
```
|
||||
|
||||
### Raising Pull Requests
|
||||
|
||||
Reference in New Issue
Block a user