more backend unit test coverage
This commit is contained in:
@@ -29,7 +29,10 @@ module.exports = {
|
||||
'!**/node_modules/**',
|
||||
'!**/coverage/**',
|
||||
'!**/tests/**',
|
||||
'!jest.config.js'
|
||||
'!**/migrations/**',
|
||||
'!**/scripts/**',
|
||||
'!jest.config.js',
|
||||
'!babel.config.js',
|
||||
],
|
||||
coverageReporters: ['text', 'lcov', 'html'],
|
||||
coverageThreshold: {
|
||||
|
||||
Reference in New Issue
Block a user