Skip to content

Commit 5df69fc

Browse files
aryaemami59markerikson
authored andcommitted
Uncomment type test
1 parent aaa1927 commit 5df69fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/typetests/connect-options-and-issues.test-d.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,7 @@ describe('type tests', () => {
754754
myHoc1(Test)
755755

756756
const myHoc2 = <P,>(C: React.FC<P>): React.ComponentType<P> => C
757-
// TODO Figure out the error here
758-
// myHoc2(Test)
757+
myHoc2(Test)
759758
})
760759

761760
test('Ref', () => {

0 commit comments

Comments
 (0)