|
@@ -19,6 +19,7 @@ module.exports = {
|
|
|
transform: {
|
|
transform: {
|
|
|
'^.+\\.(t|j)sx?$': '@swc-node/jest',
|
|
'^.+\\.(t|j)sx?$': '@swc-node/jest',
|
|
|
},
|
|
},
|
|
|
|
|
+
|
|
|
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'],
|
|
@@ -39,6 +40,7 @@ module.exports = {
|
|
|
transform: {
|
|
transform: {
|
|
|
'^.+\\.(t|j)sx?$': '@swc-node/jest',
|
|
'^.+\\.(t|j)sx?$': '@swc-node/jest',
|
|
|
},
|
|
},
|
|
|
|
|
+
|
|
|
rootDir: '.',
|
|
rootDir: '.',
|
|
|
roots: ['<rootDir>'],
|
|
roots: ['<rootDir>'],
|
|
|
testMatch: ['<rootDir>/test/integration/**/v5.*.test.ts', '<rootDir>/test/integration/**/v5.*.test.js'],
|
|
testMatch: ['<rootDir>/test/integration/**/v5.*.test.ts', '<rootDir>/test/integration/**/v5.*.test.js'],
|