jest.config.js 175 B

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