jest.config.js 107 B

12345
  1. module.exports = {
  2. preset: 'ts-jest',
  3. testEnvironment: 'node',
  4. testPathIgnorePatterns: ['.d.ts'],
  5. };