Skip to content

Commit 6264919

Browse files
committed
chore: Enabled clean=true on the cobertura test to avoid issues when
running tests more than once now.
1 parent 5b65511 commit 6264919

2 files changed

Lines changed: 13 additions & 1162 deletions

File tree

test/integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ beforeEach(function () {
608608
c8Path,
609609
'--exclude="test/*.js"',
610610
'--temp-directory=tmp/cobertura',
611-
'--clean=false',
611+
'--clean=true',
612612
'--reporter=cobertura',
613613
`--merge-async=${mergeAsync}`,
614614
nodePath,

0 commit comments

Comments
 (0)