Add back other reporters
This commit is contained in:
parent
712e3ecb2e
commit
3bae33ce6e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module.exports = {
|
|||
'!app/soapbox/jest/test-helpers.ts',
|
||||
],
|
||||
'coverageDirectory': '<rootDir>/.coverage/',
|
||||
'coverageReporters': ['cobertura'],
|
||||
'coverageReporters': ['html', 'text', 'text-summary', 'cobertura'],
|
||||
'moduleDirectories': [
|
||||
'<rootDir>/node_modules',
|
||||
'<rootDir>/app',
|
||||
|
|
Loading…
Reference in a new issue