Skip to content

Commit b591258

Browse files
committed
Skipping coverage on sanity check
1 parent 44d98e7 commit b591258

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const UserAuthWrapper = (args) => {
6363
return this.props.redirect
6464
} else {
6565
if (!this.context.router.replace) {
66+
/* istanbul ignore next sanity */
6667
throw new Error(`You must provide a router context (or use React-Router 2.x) if not passing a redirectAction to ${wrapperDisplayName}`)
6768
} else {
6869
return this.context.router.replace

0 commit comments

Comments
 (0)