[DX]: Document running test suite for all workspaces (#4095)

This commit is contained in:
Pieter Oliver
2025-03-14 15:49:33 +00:00
committed by GitHub
parent 9bde3c44f7
commit ccb951dadd
19 changed files with 57 additions and 57 deletions

View File

@@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
### Testing (পরীক্ষা)
```bash
# bruno-schema
# ব্রুনো-স্কিমা পরীক্ষা চালান
npm test --workspace=packages/bruno-schema
# bruno-lang
npm test --workspace=packages/bruno-lang
# সমস্ত কর্মক্ষেত্রে পরীক্ষা চালান
npm test --workspaces --if-present
```
### Raising Pull Request (পুল অনুরোধ উত্থাপন)