Skip to content

Commit

Permalink
Remove debug from types
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov committed Mar 8, 2021
1 parent 8c60562 commit 13acc49
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@ interface JestPlaywright {
* ```
*/
resetBrowser: (newOptions?: BrowserContextOptions) => Promise<void>
/**
* Suspends test execution and gives you opportunity to see what's going on in the browser
* - Jest is suspended (no timeout)
* - A debugger instruction to the Browser, if Playwright has been launched with { devtools: true } it will stop
*
* ```ts
* it('should put test in debug mode', async () => {
* await jestPlaywright.debug()
* })
* ```
*/
debug: () => Promise<void>
/**
* Saves the coverage to the disk which will only work if `collectCoverage`
* in `jest-playwright.config.js` file is set to true. The merged coverage file
Expand Down

0 comments on commit 13acc49

Please sign in to comment.