Skip to content

Commit

Permalink
fix: typescript-next: error as any
Browse files Browse the repository at this point in the history
  • Loading branch information
myNameIsDu committed Jul 31, 2021
1 parent 53b160c commit fd9bc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/connect.spec.tsx
Expand Up @@ -3270,7 +3270,7 @@ describe('React', () => {
</ProviderMock>
)
return null
} catch (error) {
} catch (error: any) {
return error.message
} finally {
spy.mockRestore()
Expand Down

0 comments on commit fd9bc2b

Please sign in to comment.