Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bb23329

Browse files
Remove HTMLDocument as valid type for logTestingPlaygroundURL
1 parent d92f0c0 commit bb23329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/screen.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type Screen<Q extends Queries = typeof queries> = BoundFunctions<Q> & {
1616
* Convenience function for `Testing Playground` which logs URL that
1717
* can be opened in a browser
1818
*/
19-
logTestingPlaygroundURL: (element?: Element|HTMLDocument) => void
19+
logTestingPlaygroundURL: (element?: Element) => void
2020
}
2121

2222
export const screen: Screen

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /