Skip to content

Commit 13acc49

Browse files
authored
Remove debug from types
1 parent 8c60562 commit 13acc49

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

types/global.d.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,6 @@ interface JestPlaywright {
7676
* ```
7777
*/
7878
resetBrowser: (newOptions?: BrowserContextOptions) => Promise<void>
79-
/**
80-
* Suspends test execution and gives you opportunity to see what's going on in the browser
81-
* - Jest is suspended (no timeout)
82-
* - A debugger instruction to the Browser, if Playwright has been launched with { devtools: true } it will stop
83-
*
84-
* ```ts
85-
* it('should put test in debug mode', async () => {
86-
* await jestPlaywright.debug()
87-
* })
88-
* ```
89-
*/
90-
debug: () => Promise<void>
9179
/**
9280
* Saves the coverage to the disk which will only work if `collectCoverage`
9381
* in `jest-playwright.config.js` file is set to true. The merged coverage file

0 commit comments

Comments
 (0)