Merging dev into main #49
@@ -7,7 +7,7 @@ export default {
|
|||||||
'^@/(.*)$': '<rootDir>/src/$1',
|
'^@/(.*)$': '<rootDir>/src/$1',
|
||||||
'\\.(css|scss|sass)$': 'identity-obj-proxy'
|
'\\.(css|scss|sass)$': 'identity-obj-proxy'
|
||||||
},
|
},
|
||||||
testMatch: ['<rootDir>/test/*.test.(ts|tsx)'],
|
testMatch: ['<rootDir>/test/**/*.test.(ts|tsx)'],
|
||||||
transform: {
|
transform: {
|
||||||
'^.+\\.(ts|tsx)$': ['ts-jest', { useESM: true, tsconfig: 'tsconfig.jest.json' }]
|
'^.+\\.(ts|tsx)$': ['ts-jest', { useESM: true, tsconfig: 'tsconfig.jest.json' }]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user