Skip to content

Commit da92c72

Browse files
committed
fix: tests for isProvider
1 parent ccdfcbf commit da92c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ getByDot({}, 'abc.def');
196196
// $ExpectType any
197197
getItems(context1);
198198

199-
// $ExpectType PredicateFn
199+
// $ExpectType SyncContextFunction<boolean>
200200
isProvider();
201201

202202
// $ExpectType Hook

0 commit comments

Comments
 (0)