File tree Expand file tree Collapse file tree 19 files changed +57
-57
lines changed Expand file tree Collapse file tree 19 files changed +57
-57
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ find . -type f -name "package-lock.json" -delete
86
86
### Testing
87
87
88
88
``` bash
89
- # bruno-schema
89
+ # run bruno-schema tests
90
90
npm test --workspace=packages/bruno-schema
91
91
92
- # bruno-lang
93
- npm test --workspace=packages/bruno-lang
92
+ # run tests over all workspaces
93
+ npm test --workspaces --if-present
94
94
```
95
95
96
96
### Raising Pull Requests
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
70
70
### Testing (পরীক্ষা)
71
71
72
72
``` bash
73
- # bruno-schema
73
+ # ব্রুনো-স্কিমা পরীক্ষা চালান
74
74
npm test --workspace=packages/bruno-schema
75
75
76
- # bruno-lang
77
- npm test --workspace=packages/bruno-lang
76
+ # সমস্ত কর্মক্ষেত্রে পরীক্ষা চালান
77
+ npm test --workspaces --if-present
78
78
```
79
79
80
80
### Raising Pull Request (পুল অনুরোধ উত্থাপন)
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
70
70
### 测试
71
71
72
72
``` bash
73
- # bruno-schema
73
+ # 运行 bruno-schema 测试
74
74
npm test --workspace=packages/bruno-schema
75
75
76
- # bruno-lang
77
- npm test --workspace=packages/bruno-lang
76
+ # 在所有工作区上运行测试
77
+ npm test --workspaces --if-present
78
78
```
79
79
80
80
### 提交 Pull Request
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
83
83
### Testen
84
84
85
85
``` bash
86
- # bruno-schema
86
+ # Führen Sie Bruno-Schema-Tests aus
87
87
npm test --workspace=packages/bruno-schema
88
88
89
- # bruno-lang
90
- npm test --workspace=packages/bruno-lang
89
+ # Führen Sie Tests für alle Arbeitsbereiche durch
90
+ npm test --workspaces --if-present
91
91
```
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
70
70
### Pruebas
71
71
72
72
``` bash
73
- # bruno-schema
73
+ # ejecutar pruebas de esquema bruno
74
74
npm test --workspace=packages/bruno-schema
75
75
76
- # bruno-lang
77
- npm test --workspace=packages/bruno-lang
76
+ # ejecutar pruebas en todos los espacios de trabajo
77
+ npm test --workspaces --if-present
78
78
```
79
79
80
80
### Crea un Pull Request
Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ find . -type f -name "package-lock.json" -delete
73
73
### Tests
74
74
75
75
``` bash
76
- # bruno-schema
76
+ # exécuter des tests de schéma bruno
77
77
npm test --workspace=packages/bruno-schema
78
78
79
- # bruno-lang
80
- npm test --workspace=packages/bruno-lang
79
+ # exécuter des tests sur tous les espaces de travail
80
+ npm test --workspaces --if-present
81
81
```
82
82
83
83
### Ouvrir une Pull Request
Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ find . -type f -name "package-lock.json" -delete
65
65
### परिक्षण
66
66
67
67
``` bash
68
- # bruno-schema
68
+ # ब्रूनो-स्कीमा परीक्षण चलाएँ
69
69
npm test --workspace=packages/bruno-schema
70
70
71
- # bruno-lang
72
- npm test --workspace=packages/bruno-lang
71
+ # सभी कार्यस्थानों पर परीक्षण चलाएँ
72
+ npm test --workspaces --if-present
73
73
```
74
74
75
75
### पुल अनुरोध प्रक्रिया
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
83
83
### Tests
84
84
85
85
``` bash
86
- # bruno- schema
86
+ # esegui i test dello schema bruno
87
87
npm test --workspace=packages/bruno-schema
88
88
89
- # bruno-lang
90
- npm test --workspace=packages/bruno-lang
89
+ # esegui test su tutti gli spazi di lavoro
90
+ npm test --workspaces --if-present
91
91
```
Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ find . -type f -name "package-lock.json" -delete
65
65
### テストを動かすには
66
66
67
67
``` bash
68
- # bruno-schema
68
+ # ブルーノスキーマのテストを実行します
69
69
npm test --workspace=packages/bruno-schema
70
70
71
- # bruno-lang
72
- npm test --workspace=packages/bruno-lang
71
+ # すべてのワークスペースでテストを実行します
72
+ npm test --workspaces --if-present
73
73
```
74
74
75
75
### プルリクエストの手順
Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ find . -type f -name "package-lock.json" -delete
66
66
### 테스팅
67
67
68
68
``` bash
69
- # bruno-schema
69
+ # bruno-schema 테스트 실행
70
70
npm test --workspace=packages/bruno-schema
71
71
72
- # bruno-lang
73
- npm test --workspace=packages/bruno-lang
72
+ # 모든 작업 공간에서 테스트 실행
73
+ npm test --workspaces --if-present
74
74
```
75
75
76
76
### Pull Requests 요청
Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ find . -type f -name "package-lock.json" -delete
65
65
### Testen
66
66
67
67
``` bash
68
- # bruno-schema
68
+ # voer bruno-schema tests uit
69
69
npm test --workspace=packages/bruno-schema
70
70
71
- # bruno-lang
72
- npm test --workspace=packages/bruno-lang
71
+ # voer tests uit over alle werkruimten
72
+ npm test --workspaces --if-present
73
73
```
74
74
75
75
### Pull Requests indienen
Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ find . -type f -name "package-lock.json" -delete
71
71
### Testowanie
72
72
73
73
``` bash
74
- # bruno-schema
74
+ # uruchom testy bruno-schema
75
75
npm test --workspace=packages/bruno-schema
76
76
77
- # bruno-lang
78
- npm test --workspace=packages/bruno-lang
77
+ # uruchom testy we wszystkich przestrzeniach roboczych
78
+ npm test --workspaces --if-present
79
79
```
80
80
81
81
### Tworzenie Pull Request
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
70
70
### Testando
71
71
72
72
``` bash
73
- # bruno-schema
73
+ # executar testes do bruno-schema
74
74
npm test --workspace=packages/bruno-schema
75
75
76
- # bruno-lang
77
- npm test --workspace=packages/bruno-lang
76
+ # executar testes em todos os ambientes de trabalho
77
+ npm test --workspaces --if-present
78
78
```
79
79
80
80
### Envio de Pull Request
Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ find . -type f -name "package-lock.json" -delete
64
64
### Testarea
65
65
66
66
``` shell
67
- # bruno-schema
67
+ # executați teste bruno-schema
68
68
npm test --workspace=packages/bruno-schema
69
69
70
- # bruno-lang
71
- npm test --workspace=packages/bruno-lang
70
+ # executați teste peste toate spațiile de lucru
71
+ npm test --workspaces --if-present
72
72
```
73
73
74
74
### Crearea unui Pull Request
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
83
83
### Тестирование
84
84
85
85
``` bash
86
- # bruno-schema
86
+ # запустите тесты bruno-schema
87
87
npm test --workspace=packages/bruno-schema
88
88
89
- # bruno-lang
90
- npm test --workspace=packages/bruno-lang
89
+ # запустите тесты во всех рабочих пространствах
90
+ npm test --workspaces --if-present
91
91
```
Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ find . -type f -name "package-lock.json" -delete
67
67
### Testovanie
68
68
69
69
```` bash
70
- # bruno-schema
70
+ # spustiť bruno-schema testy
71
71
npm test --workspace=packages/bruno-schema
72
72
73
- # bruno-lang
74
- npm test --workspace=packages/bruno-lang
73
+ # spustiť testy vo všetkých pracovných priestoroch
74
+ npm test --workspaces --if-present
75
75
```
76
76
77
77
# ## Vyrobenie Pull Request
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
70
70
### Test
71
71
72
72
``` bash
73
- # bruno-schema
73
+ # bruno-schema testlerini çalıştır
74
74
npm test --workspace=packages/bruno-schema
75
75
76
- # bruno-lang
77
- npm test --workspace=packages/bruno-lang
76
+ # tüm çalışma alanlarında testleri çalıştır
77
+ npm test --workspaces --if-present
78
78
```
79
79
80
80
### Pull Request Oluşturma
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
83
83
### Тестування
84
84
85
85
``` bash
86
- # bruno-schema
86
+ # запустити тести bruno-schema
87
87
npm test --workspace=packages/bruno-schema
88
88
89
- # bruno-lang
90
- npm test --workspace=packages/bruno-lang
89
+ # запустити тести у всіх робочих просторах
90
+ npm test --workspaces --if-present
91
91
```
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
70
70
### 測試
71
71
72
72
``` bash
73
- # bruno-schema
73
+ # 執行布魯諾架構測試
74
74
npm test --workspace=packages/bruno-schema
75
75
76
- # bruno-lang
77
- npm test --workspace=packages/bruno-lang
76
+ # 對所有工作區執行測試
77
+ npm test --workspaces --if-present
78
78
```
79
79
80
80
### 發送 Pull Request
You can’t perform that action at this time.
0 commit comments