diff --git a/jest.config.js b/jest.config.js index 940766a62..f767ca648 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,6 +2,7 @@ const path = require('path'); module.exports = { testURL: 'http://localhost', + coverageReporters: ['json', 'text', 'lcovonly', 'clover'], // per https://github.com/facebook/jest/issues/9396#issuecomment-573328488 coverageThreshold: { global: { branches: 90,