Skip to content

Commit fd9bc2b

Browse files
committed
fix: typescript-next: error as any
1 parent 53b160c commit fd9bc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/connect.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3270,7 +3270,7 @@ describe('React', () => {
32703270
</ProviderMock>
32713271
)
32723272
return null
3273-
} catch (error) {
3273+
} catch (error: any) {
32743274
return error.message
32753275
} finally {
32763276
spy.mockRestore()

0 commit comments

Comments
 (0)