Skip to content

Commit 3c50474

Browse files
authored
chore(repo): update nx to 15.8.0-beta.6 (#15247)
1 parent 3982f44 commit 3c50474

File tree

71 files changed

+983
-353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+983
-353
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable */
22
export default {
33
transform: {
4-
'^.+\\.[tj]sx?$': 'ts-jest',
4+
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
55
},
66
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
77
maxWorkers: 1,
8-
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
8+
globals: {},
99
displayName: 'e2e-add-nx-to-monorepo',
1010
preset: '../../jest.preset.js',
1111
};

e2e/angular-core/jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable */
22
export default {
33
transform: {
4-
'^.+\\.[tj]sx?$': 'ts-jest',
4+
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
55
},
66
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
77
maxWorkers: 1,
8-
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
8+
globals: {},
99
displayName: 'e2e-angular-core',
1010
preset: '../../jest.preset.js',
1111
};
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable */
22
export default {
33
transform: {
4-
'^.+\\.[tj]sx?$': 'ts-jest',
4+
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
55
},
66
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
77
maxWorkers: 1,
8-
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
8+
globals: {},
99
displayName: 'e2e-angular-extensions',
1010
preset: '../../jest.preset.js',
1111
};

e2e/cra-to-nx/jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable */
22
export default {
33
transform: {
4-
'^.+\\.[tj]sx?$': 'ts-jest',
4+
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
55
},
66
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
77
maxWorkers: 1,
8-
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
8+
globals: {},
99
displayName: 'e2e-cra-to-nx',
1010
preset: '../../jest.preset.js',
1111
};

e2e/cypress/jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable */
22
export default {
33
transform: {
4-
'^.+\\.[tj]sx?$': 'ts-jest',
4+
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
55
},
66
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
77
maxWorkers: 1,
8-
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
8+
globals: {},
99
displayName: 'e2e-cypress',
1010
preset: '../../jest.preset.js',
1111
};

e2e/detox/jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable */
22
export default {
33
transform: {
4-
'^.+\\.[tj]sx?$': 'ts-jest',
4+
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
55
},
66
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
77
maxWorkers: 1,
8-
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
8+
globals: {},
99
displayName: 'e2e-detox',
1010
testTimeout: 600000,
1111
preset: '../../jest.preset.js',

e2e/esbuild/jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable */
22
export default {
33
transform: {
4-
'^.+\\.[tj]sx?$': 'ts-jest',
4+
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
55
},
66
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
77
maxWorkers: 1,
8-
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
8+
globals: {},
99
displayName: 'e2e-esbuild',
1010
preset: '../../jest.preset.js',
1111
};

e2e/expo/jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable */
22
export default {
33
transform: {
4-
'^.+\\.[tj]sx?$': 'ts-jest',
4+
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
55
},
66
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
77
maxWorkers: 1,
8-
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
8+
globals: {},
99
displayName: 'e2e-expo',
1010
testTimeout: 600000,
1111
preset: '../../jest.preset.js',

e2e/jest/jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable */
22
export default {
33
transform: {
4-
'^.+\\.[tj]sx?$': 'ts-jest',
4+
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
55
},
66
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
77
maxWorkers: 1,
8-
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
8+
globals: {},
99
displayName: 'e2e-jest',
1010
preset: '../../jest.preset.js',
1111
};

e2e/js/jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable */
22
export default {
33
transform: {
4-
'^.+\\.[tj]sx?$': 'ts-jest',
4+
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
55
},
66
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
77
maxWorkers: 1,
8-
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
8+
globals: {},
99
displayName: 'e2e-js',
1010
preset: '../../jest.preset.js',
1111
};

0 commit comments

Comments
 (0)