rhachet-roles-ehmpathy 1.15.6 → 1.15.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -183,6 +183,9 @@
|
|
|
183
183
|
"Bash(npm run test:unit:*)",
|
|
184
184
|
"Bash(npm run test:integration:*)",
|
|
185
185
|
"Bash(npm run test:acceptance:*)",
|
|
186
|
+
"Bash(npm run test:unit -- path/to/file/example.ts)",
|
|
187
|
+
"Bash(npm run test:integration -- path/to/file/example.ts)",
|
|
188
|
+
"Bash(npm run test:acceptance -- path/to/file/example.ts)",
|
|
186
189
|
|
|
187
190
|
// thorough test operations
|
|
188
191
|
"Bash(THOROUGH=true npm run test:*)",
|
|
@@ -193,6 +196,14 @@
|
|
|
193
196
|
"Bash(THOROUGH=true npm run test:integration:*)",
|
|
194
197
|
"Bash(THOROUGH=true npm run test:acceptance:*)",
|
|
195
198
|
|
|
199
|
+
// resnap test operations
|
|
200
|
+
"Bash(RESNAP=true npm run test:unit:*)",
|
|
201
|
+
"Bash(RESNAP=true npm run test:integration:*)",
|
|
202
|
+
"Bash(RESNAP=true npm run test:acceptance:*)",
|
|
203
|
+
"Bash(RESNAP=true THOROUGH=true npm run test:unit:*)",
|
|
204
|
+
"Bash(RESNAP=true THOROUGH=true npm run test:integration:*)",
|
|
205
|
+
"Bash(RESNAP=true THOROUGH=true npm run test:acceptance:*)",
|
|
206
|
+
|
|
196
207
|
// fix operations
|
|
197
208
|
"Bash(npm run fix:*)",
|
|
198
209
|
"Bash(npm run fix:format:*)",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "rhachet-roles-ehmpathy",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "empathetic software construction roles and skills, via rhachet",
|
|
5
|
-
"version": "1.15.
|
|
5
|
+
"version": "1.15.8",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-ehmpathy",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-ehmpathy",
|
|
8
8
|
"keywords": [
|