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',
|
'!app/soapbox/jest/test-helpers.ts',
|
||||||
],
|
],
|
||||||
'coverageDirectory': '<rootDir>/.coverage/',
|
'coverageDirectory': '<rootDir>/.coverage/',
|
||||||
'coverageReporters': ['cobertura'],
|
'coverageReporters': ['html', 'text', 'text-summary', 'cobertura'],
|
||||||
'moduleDirectories': [
|
'moduleDirectories': [
|
||||||
'<rootDir>/node_modules',
|
'<rootDir>/node_modules',
|
||||||
'<rootDir>/app',
|
'<rootDir>/app',
|
||||||
|
|
Loading…
Reference in a new issue