Skip to content

Commit f822da0

Browse files
author
MattAgn
committed
doc: add TODO to do before end of pr
1 parent cf5d3d3 commit f822da0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/helpers/makeQueries.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import waitFor from '../waitFor';
33
import type { WaitForOptions } from '../waitFor';
44
import { ErrorWithStack } from './errors';
55

6+
// TODO: fix typing
7+
// is it always string | RegExp for every query?
8+
// what about options for each query?
69
type QueryArg = string | RegExp;
710

811
type QueryFunction<ArgType, ReturnType> = (

0 commit comments

Comments
 (0)