We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b1f12 commit e938cd9Copy full SHA for e938cd9
types/screen.d.ts
@@ -16,7 +16,7 @@ export type Screen<Q extends Queries = typeof queries> = BoundFunctions<Q> & {
16
* Convenience function for `Testing Playground` which logs URL that
17
* can be opened in a browser
18
*/
19
- logTestingPlaygroundURL: (element?: Element | HTMLDocument) => void
+ logTestingPlaygroundURL: (element?: Element) => void
20
}
21
22
export const screen: Screen
0 commit comments