Skip to content

Commit

Permalink
chore: use v8 coverageProvider for Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
rwd committed Nov 9, 2022
1 parent f7dc4e4 commit 47568f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/portal/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
collectCoverageFrom: [
'<rootDir>/src/**/*.{cjs,js,vue}'
],
coverageProvider: 'v8',
coverageReporters: [
'html',
'lcov',
Expand Down

0 comments on commit 47568f6

Please sign in to comment.