Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
chore: check code style
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 30, 2021
1 parent 3f669cb commit 1629db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* })
* })
*/
export interface Testcase<Expected extends any = any> {
export interface Testcase<Expected = any> {
expected: Expected
}

Expand Down

0 comments on commit 1629db0

Please sign in to comment.