rhachet-roles-ehmpathy 1.15.7 → 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:*)",
|
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": [
|