mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
Jest configuration: updated settings for code coverage
This commit is contained in:
@ -6,8 +6,8 @@ module.exports = {
|
||||
'!\\.cache/**',
|
||||
'!node_modules/**',
|
||||
'!public/**',
|
||||
'!test-coverage/**',
|
||||
],
|
||||
coverageReporters: ['lcov'],
|
||||
coverageDirectory: 'test-coverage',
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
@ -17,6 +17,7 @@ module.exports = {
|
||||
statements: 0,
|
||||
},
|
||||
},
|
||||
verbose: true,
|
||||
transform: {
|
||||
'^.+\\.jsx?$': `<rootDir>/jest-preprocess.js`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user