2021-05-22 05:53:33 +08:00
|
|
|
module.exports = {
|
2022-08-06 22:38:37 +08:00
|
|
|
clearMocks: true,
|
|
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
|
|
testEnvironment: 'node',
|
|
|
|
testMatch: ['**/*.test.ts'],
|
|
|
|
testRunner: 'jest-circus/runner',
|
|
|
|
transform: {
|
|
|
|
'^.+\\.ts$': 'ts-jest',
|
|
|
|
},
|
|
|
|
verbose: true,
|
|
|
|
};
|