Add back other reporters

This commit is contained in:
Justin 2022-05-27 10:23:59 -04:00
parent 712e3ecb2e
commit 3bae33ce6e

View file

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