declapract-typescript-ehmpathy 0.47.40 → 0.47.42

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.
@@ -221,7 +221,7 @@ jobs:
221
221
  if: matrix.shard.type == 'explicit'
222
222
  run: |
223
223
  patterns='${{ join(matrix.shard.patterns, '|') }}'
224
- THOROUGH=true npm run test:integration -- --testPathPattern="$patterns" --json --outputFile=jest-results.json
224
+ THOROUGH=true npm run test:integration -- --testPathPatterns="$patterns" --json --outputFile=jest-results.json
225
225
 
226
226
  - name: test:integration (dynamic ${{ matrix.shard.shard }}/${{ matrix.shard.total }})
227
227
  if: matrix.shard.type == 'dynamic'
@@ -287,7 +287,7 @@ jobs:
287
287
  if: matrix.shard.type == 'explicit'
288
288
  run: |
289
289
  patterns='${{ join(matrix.shard.patterns, '|') }}'
290
- THOROUGH=true npm run test:acceptance -- --testPathPattern="$patterns" --json --outputFile=jest-results.json
290
+ THOROUGH=true npm run test:acceptance -- --testPathPatterns="$patterns" --json --outputFile=jest-results.json
291
291
 
292
292
  - name: test:acceptance (dynamic ${{ matrix.shard.shard }}/${{ matrix.shard.total }})
293
293
  if: matrix.shard.type == 'dynamic'
@@ -97,6 +97,7 @@ export const getResources = async (): Promise<DomainEntity<any>[]> => {
97
97
  strict: true, // branch must be up to date. otherwise, we dont know if it will really pass once it is merged
98
98
  contexts: [
99
99
  'suite / install / pnpm',
100
+ 'suite / enshard',
100
101
  'suite / test-commits',
101
102
  'suite / test-types',
102
103
  'suite / test-format',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "declapract-typescript-ehmpathy",
3
3
  "author": "ehmpathy",
4
4
  "description": "declapract best practices declarations for typescript",
5
- "version": "0.47.40",
5
+ "version": "0.47.42",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",