Skip to content

Commit

Permalink
feat: Add coverageReporters in jest config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 20, 2021
1 parent da2b7f9 commit 83f2069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tsbb/src/jest/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default (resolve: Function, rootDir: string) => {
},
watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'],
resetMocks: true,
coverageReporters: ['lcov', 'json-summary'],
};

const overrides: IJestConfig = Object.assign({}, require(path.join(rootDir, 'package.json')).jest);
Expand Down

0 comments on commit 83f2069

Please sign in to comment.