Skip to content

Commit 83f2069

Browse files
committedSep 20, 2021
feat: Add coverageReporters in jest config.
1 parent da2b7f9 commit 83f2069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/tsbb/src/jest/jest.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default (resolve: Function, rootDir: string) => {
3131
},
3232
watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'],
3333
resetMocks: true,
34+
coverageReporters: ['lcov', 'json-summary'],
3435
};
3536

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

0 commit comments

Comments
 (0)
Please sign in to comment.