Skip to content

Commit be88ff9

Browse files
committed
Remove coverage for proptypes
1 parent 2d45f67 commit be88ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Steps/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default class Steps extends Component {
2121
PropTypes.shape({
2222
element: PropTypes.oneOfType([
2323
PropTypes.string,
24+
/* istanbul ignore next */
2425
typeof Element === 'undefined' ? PropTypes.any : PropTypes.instanceOf(Element),
2526
]),
2627
intro: PropTypes.node.isRequired,

0 commit comments

Comments
 (0)