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 eb4e0d7 commit dcad11bCopy full SHA for dcad11b
types/screen.d.ts
@@ -8,7 +8,7 @@ export type Screen<Q extends Queries = typeof queries> = BoundFunctions<Q> & {
8
* of elements
9
*/
10
debug: (
11
- element: Element | HTMLDocument | Array<Element | HTMLDocument>,
+ element?: Element | HTMLDocument | Array<Element | HTMLDocument>,
12
maxLength?: number,
13
options?: OptionsReceived,
14
) => void;
0 commit comments