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