atlassian-connect-auth
Version:
Helper for handling webhooks from Atlassian products
15 lines (14 loc) • 370 B
JavaScript
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['/helpers/', '/node_modules/'],
coveragePathIgnorePatterns: ['/helpers/', '/node_modules/'],
collectCoverage: true,
setupFilesAfterEnv: ['jest-matcher-specific-error'],
globals: {
'ts-jest': {
'diagnostics': false,
'isolatedModules': true,
}
}
}