fix: updated jest.config.js to allow for folders in the test directory
ref: N25B-212
This commit is contained in:
@@ -7,7 +7,7 @@ export default {
|
||||
'^@/(.*)$': '<rootDir>/src/$1',
|
||||
'\\.(css|scss|sass)$': 'identity-obj-proxy'
|
||||
},
|
||||
testMatch: ['<rootDir>/test/*.test.(ts|tsx)'],
|
||||
testMatch: ['<rootDir>/test/**/*.test.(ts|tsx)'],
|
||||
transform: {
|
||||
'^.+\\.(ts|tsx)$': ['ts-jest', { useESM: true, tsconfig: 'tsconfig.jest.json' }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user