wangzhibo
2026-07-16 9f6e099c39b61027cc96df77200b98388d48d348
1
2
3
4
5
6
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
  testPathIgnorePatterns: ['<rootDir>/test/fixtures'],
  coveragePathIgnorePatterns: ['<rootDir>/test/'],
};