Skip to content

Commit 80739ca

Browse files
committed
fix(istanbul): disable compact in instrumenter transform
1 parent 285ac7c commit 80739ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/coverage-istanbul/src/provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export class IstanbulCoverageProvider implements CoverageProvider {
5050
produceSourceMap: true,
5151
autoWrap: false,
5252
esModules: true,
53+
compact: false,
5354
coverageVariable: COVERAGE_STORE_KEY,
5455
// @ts-expect-error missing type
5556
coverageGlobalScope: 'globalThis',

0 commit comments

Comments
 (0)