We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee05201 commit 59a8490Copy full SHA for 59a8490
src/helpers/makeQueries.js
@@ -5,6 +5,7 @@ import { ErrorWithStack } from './errors';
5
6
type AllQuery = <T>(
7
instance: ReactTestInstance
8
+ // $FlowFixMe - Property @@iterator is missing in T [1] but exists in $Iterable [2]
9
) => (...args: T) => Array<ReactTestInstance>;
10
11
export function makeGetAllQuery<T>(
0 commit comments