UNPKG

oa-jira

Version:

Octet Agile's JIRA connectivity project.

11 lines (10 loc) 365 B
module.exports = { clearMocks: true, transform: { '^.+\\.(js|jsx)$': 'babel-jest' }, collectCoverageFrom: ['!jest.config.js', '!*.json'], modulePathIgnorePatterns: ['coverage'], coveragePathIgnorePatterns: ['<rootDir>/jest.config.js'], testPathIgnorePatterns: [], coverageThreshold: { global: { statements: 90 } }, moduleNameMapper: {} };