UNPKG

@grnsft/if

Version:

Impact Framework

16 lines (15 loc) 357 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', transform: { '^.+\\.ts?$': [ 'ts-jest', { tsconfig: 'tsconfig.test.json', }, ], }, modulePathIgnorePatterns: ['./build'], coveragePathIgnorePatterns: ['src/.*/config/.*', 'src/.*/types/.*'], };