Skip to content

Commit 08fba22

Browse files
Update types/screen.d.ts
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
1 parent bbeb155 commit 08fba22

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 and returns the URL that
1717
* can be opened in a browser
1818
*/
19-
logTestingPlaygroundURL: (element?: Element | HTMLDocument) => void
19+
logTestingPlaygroundURL: (element?: Element | HTMLDocument) => string
2020
}
2121

2222
export const screen: Screen

0 commit comments

Comments
 (0)