Skip to content

Commit 59a8490

Browse files
thymikeeMattAgn
authored and
MattAgn
committed
add fixme
1 parent ee05201 commit 59a8490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helpers/makeQueries.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { ErrorWithStack } from './errors';
55

66
type AllQuery = <T>(
77
instance: ReactTestInstance
8+
// $FlowFixMe - Property @@iterator is missing in T [1] but exists in $Iterable [2]
89
) => (...args: T) => Array<ReactTestInstance>;
910

1011
export function makeGetAllQuery<T>(

0 commit comments

Comments
 (0)