Skip to content

Commit 73e3f7e

Browse files
committed
ignore a flaky coverage else branch
1 parent c507640 commit 73e3f7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/run.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ const saveFails = (options, tap) => {
526526
const save = () => {
527527
fails = fails.reduce((set, f) => {
528528
f = f.replace(/\\/g, '/')
529+
/* istanbul ignore else */
529530
if (set.indexOf(f) === -1)
530531
set.push(f)
531532
return set

0 commit comments

Comments
 (0)