Skip to content

Commit

Permalink
Fix test TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 10, 2022
1 parent 748fa88 commit d595bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/components/connect.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2018,6 +2018,7 @@ describe('React', () => {
return false
}
render() {
// @ts-ignore don't care about "children" errors
return this.props.children
}
}
Expand Down

0 comments on commit d595bef

Please sign in to comment.