Skip to content

Commit

Permalink
fix(istanbul): disable compact in instrumenter transform
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 19, 2022
1 parent 285ac7c commit 80739ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/coverage-istanbul/src/provider.ts
Expand Up @@ -50,6 +50,7 @@ export class IstanbulCoverageProvider implements CoverageProvider {
produceSourceMap: true,
autoWrap: false,
esModules: true,
compact: false,
coverageVariable: COVERAGE_STORE_KEY,
// @ts-expect-error missing type
coverageGlobalScope: 'globalThis',
Expand Down

0 comments on commit 80739ca

Please sign in to comment.