UNPKG

@axe-core/reporter-earl

Version:
19 lines (18 loc) 396 B
module.exports = { testEnvironment: 'jsdom', moduleFileExtensions: ['ts', 'tsx', 'js', 'json'], transform: { '\\.(ts|tsx)$': 'ts-jest' }, testPathDirs: 'tests', testPathIgnorePatterns: ['/node_modules/', '/dist/', '/tests/utils.ts'], silent: false, coverageThreshold: { global: { branches: 80, functions: 80, lines: 80, statements: 80 } } };