UNPKG

trakr

Version:

Minimal utility for tracking performance

8 lines (7 loc) 258 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', coverageDirectory: 'coverage', coveragePathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/build/' ], testPathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/build/' ] };