Skip to content

Commit

Permalink
Merge 21d3482 into c747a14
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrowder65 committed Mar 30, 2019
2 parents c747a14 + 21d3482 commit 514e057
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"coverageThreshold": {
"global": {
"branches": 97,
"branches": 100,
"functions": 100,
"lines": 99,
"statements": 99
"lines": 100,
"statements": 100
}
}
},
Expand Down
1 change: 1 addition & 0 deletions src/Snackbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const SnackbarProvider = (() => {
};

const handleClose = (event, reason) => {
/* istanbul ignore next */
if (reason === "clickaway") {
return;
}
Expand Down

0 comments on commit 514e057

Please sign in to comment.