Skip to content

Commit

Permalink
chore: fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 6, 2020
1 parent 13f95e4 commit a028bc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jest-haste-map/src/watchers/RecrawlWarning.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class RecrawlWarning {
return warning;
}
}

return undefined;
}

static isRecrawlWarningDupe(warningMessage) {
Expand Down

0 comments on commit a028bc1

Please sign in to comment.