jest.config.js 138 B

12345
  1. module.exports = {
  2. testEnvironment: 'node',
  3. testMatch: ['<rootDir>/src/**/*.(test|spec).ts'],
  4. testPathIgnorePatterns: ['/lib/'],
  5. };