fix: run test by jest (#891)
(cherry picked from commit 06f4bfb6d74abac5f29c5f00c85d5095995367f6)
This commit is contained in:
parent
f6add23da5
commit
d5d3e4fb96
@ -8,6 +8,7 @@ module.exports = {
|
||||
testEnvironment: 'jsdom',
|
||||
preset: 'ts-jest',
|
||||
testMatch: ['**/__tests__/**/*.test.[jt]s?(x)'],
|
||||
setupFiles: ['dotenv/config'],
|
||||
setupFilesAfterEnv: [require.resolve('jest-dom/extend-expect'), './jest.setup.ts'],
|
||||
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, {
|
||||
prefix: '<rootDir>/',
|
||||
|
Loading…
Reference in New Issue
Block a user