1
1
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:
divlo
2021-04-20 18:23:05 +02:00
parent c21abdcc81
commit 8027e2deed
8 changed files with 68 additions and 1 deletions

View File

@ -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']