Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
fix: coverage report handlebars instance errors
Browse files Browse the repository at this point in the history
Fix per this issue: jestjs/jest#9396 (comment)
  • Loading branch information
rafegoldberg committed Jan 23, 2020
1 parent b2ebf64 commit 544fc1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Expand Up @@ -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,
Expand Down

0 comments on commit 544fc1d

Please sign in to comment.