mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
test: improve coverage
This commit is contained in:
@ -18,7 +18,8 @@ module.exports = {
|
||||
'!**/next.config.js',
|
||||
'!**/postcss.config.js',
|
||||
'!**/workbox-*.js',
|
||||
'!**/sw.js'
|
||||
'!**/sw.js',
|
||||
'!**/jest.config.js'
|
||||
],
|
||||
coverageDirectory: './coverage',
|
||||
coverageReporters: ['text', 'cobertura']
|
||||
|
Reference in New Issue
Block a user