Repository URL to install this package:
|
Version:
1.0.0 ▾
|
@doodle/proxy
/
jest.config.js
|
|---|
module.exports = {
roots: ['<rootDir>/src/', '<rootDir>/tests/'],
testEnvironment: 'node',
transform: {},
collectCoverage: true,
coverageThreshold: {
global: {
branches: 75,
functions: 70,
lines: 80,
statements: 80,
},
},
coverageDirectory: 'coverage',
reporters: ['default', 'jest-junit'],
};