fundme
Version:
A simple but powerful client-side library to manage monetization on the web.
16 lines • 368 B
JavaScript
module.exports = {
roots: ['<rootDir>/tests'],
transform: {
'^.+\\.tsx?$': 'babel-jest',
},
testRegex: '(tests/.*|(\\.|/)(test|spec))\\.tsx?$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
globals: {
'ts-jest': {
diagnostics: false
}
},
collectCoverageFrom: [
"src/**/{!(errors|mod),}.ts"
]
}