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 cf5d3d3 commit f822da0Copy full SHA for f822da0
src/helpers/makeQueries.js
@@ -3,6 +3,9 @@ import waitFor from '../waitFor';
3
import type { WaitForOptions } from '../waitFor';
4
import { ErrorWithStack } from './errors';
5
6
+// TODO: fix typing
7
+// is it always string | RegExp for every query?
8
+// what about options for each query?
9
type QueryArg = string | RegExp;
10
11
type QueryFunction<ArgType, ReturnType> = (
0 commit comments