declapract-typescript-ehmpathy 0.47.3 → 0.47.5

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.
@@ -54,6 +54,7 @@ export const desiredRelativeKeyOrder = {
54
54
  'test:types',
55
55
  'test:format:prettier',
56
56
  'test:format:terraform',
57
+ 'test:format:biome',
57
58
  'test:format',
58
59
  'test:lint:deps',
59
60
  'test:lint:biome',
@@ -71,6 +72,7 @@ export const desiredRelativeKeyOrder = {
71
72
  'postversion',
72
73
  'postinstall',
73
74
  'prepare:husky',
75
+ 'prepare:rhachet',
74
76
  'prepare',
75
77
  'deploy:prune',
76
78
  'deploy:release',
@@ -12,6 +12,7 @@ process.env.FORCE_COLOR = 'true';
12
12
  // https://jestjs.io/docs/configuration
13
13
  const config: Config = {
14
14
  verbose: true,
15
+ reporters: [['default', { summaryThreshold: 0 }]], // ensure we always get a failure summary at the bottom, to avoid the hunt
15
16
  testEnvironment: 'node',
16
17
  moduleFileExtensions: ['js', 'ts'],
17
18
  moduleNameMapper: {
@@ -12,6 +12,7 @@ process.env.FORCE_COLOR = 'true';
12
12
  // https://jestjs.io/docs/configuration
13
13
  const config: Config = {
14
14
  verbose: true,
15
+ reporters: [['default', { summaryThreshold: 0 }]], // ensure we always get a failure summary at the bottom, to avoid the hunt
15
16
  testEnvironment: 'node',
16
17
  moduleFileExtensions: ['js', 'ts'],
17
18
  moduleNameMapper: {
@@ -12,6 +12,7 @@ process.env.FORCE_COLOR = 'true';
12
12
  // https://jestjs.io/docs/configuration
13
13
  const config: Config = {
14
14
  verbose: true,
15
+ reporters: [['default', { summaryThreshold: 0 }]], // ensure we always get a failure summary at the bottom, to avoid the hunt
15
16
  testEnvironment: 'node',
16
17
  moduleFileExtensions: ['js', 'ts'],
17
18
  moduleNameMapper: {
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.3",
5
+ "version": "0.47.5",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",