UNPKG

@platformbuilders/validations

Version:
18 lines (17 loc) 379 B
module.exports = { roots: ['<rootDir>/src'], transform: { '^.+\\.ts?$': 'ts-jest', }, testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.ts?$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], collectCoverage: true, coverageThreshold: { global: { branches: 95, functions: 95, lines: 95, statements: 95, }, }, };