From 13acc493ca79bd74605e0e35aeaf8ba3bc07442b Mon Sep 17 00:00:00 2001 From: Maksim Markelov Date: Mon, 8 Mar 2021 14:07:03 +0300 Subject: [PATCH] Remove debug from types --- types/global.d.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/types/global.d.ts b/types/global.d.ts index abc7b922..a045f289 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -76,18 +76,6 @@ interface JestPlaywright { * ``` */ resetBrowser: (newOptions?: BrowserContextOptions) => Promise - /** - * 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 /** * 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