Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Kowalski committed Jul 22, 2019
1 parent bc84c31 commit a708293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignoring-code-for-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Usually istanbul would complain about missing coverage for the `else` branch but

```javascript
/* istanbul ignore if */
if (hardToReproduceError)) {
if (hardToReproduceError) {
return callback(hardToReproduceError);
}
```
Expand Down

0 comments on commit a708293

Please sign in to comment.