mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
8 lines
218 B
JavaScript
8 lines
218 B
JavaScript
|
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testEnvironment: 'node',
|
||
|
testPathIgnorePatterns: ['<rootDir>/test/fixtures'],
|
||
|
coveragePathIgnorePatterns: ['<rootDir>/test/'],
|
||
|
setupFilesAfterEnv: ['./jest.setup.js']
|
||
|
};
|