UNPKG

@90poe/jest-performant-warnings-stats-reporter

Version:

A flexible jest reporter that provides ability to show statistics of warnings and group them

15 lines (14 loc) 318 B
module.exports = { coverageDirectory: 'coverage', collectCoverageFrom: ['src/**/*.ts', '!src/mocks/**', '!src/types/**'], roots: ['<rootDir>/src/'], testEnvironment: 'node', coverageThreshold: { global: { branches: 100, functions: 100, lines: 100, statements: 100, }, }, };