Skip to content

Commit 1629db0

Browse files
committed
chore: check code style
1 parent 3f669cb commit 1629db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/utils/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* })
3737
* })
3838
*/
39-
export interface Testcase<Expected extends any = any> {
39+
export interface Testcase<Expected = any> {
4040
expected: Expected
4141
}
4242

0 commit comments

Comments
 (0)