Skip to content

Commit

Permalink
ignore a flaky coverage else branch
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 4, 2022
1 parent c507640 commit 73e3f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ const saveFails = (options, tap) => {
const save = () => {
fails = fails.reduce((set, f) => {
f = f.replace(/\\/g, '/')
/* istanbul ignore else */
if (set.indexOf(f) === -1)
set.push(f)
return set
Expand Down

0 comments on commit 73e3f7e

Please sign in to comment.