|
@@ -38,7 +38,7 @@ module.exports = {
|
|
|
rootDir: '.',
|
|
rootDir: '.',
|
|
|
roots: ['<rootDir>'],
|
|
roots: ['<rootDir>'],
|
|
|
testMatch: ['<rootDir>/test/integration/**/*.test.ts', '<rootDir>/test/integration/**/*.test.js'],
|
|
testMatch: ['<rootDir>/test/integration/**/*.test.ts', '<rootDir>/test/integration/**/*.test.js'],
|
|
|
- // https://regex101.com/r/nErofj/1
|
|
|
|
|
|
|
+ // https://regex101.com/r/jTaxYS/1
|
|
|
modulePathIgnorePatterns: ['<rootDir>/test/integration/*.*/v5(..*)*.[t|j]s'],
|
|
modulePathIgnorePatterns: ['<rootDir>/test/integration/*.*/v5(..*)*.[t|j]s'],
|
|
|
testEnvironment: 'node',
|
|
testEnvironment: 'node',
|
|
|
globalSetup: '<rootDir>/test/integration/global-setup.js',
|
|
globalSetup: '<rootDir>/test/integration/global-setup.js',
|