Skip to content

Commit df5d963

Browse files
committed
feat: istanbul ignore
1 parent 718b45a commit df5d963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export class Modal extends PureComponent<Props, {}> {
8686

8787
handleClose = () => {
8888
const { onClose } = this.props
89+
/* istanbul ignore next */
8990
if (typeof onClose === 'function') {
9091
onClose()
9192
}

0 commit comments

Comments
 (0)