Skip to content

Commit

Permalink
Add close() to CoverageClient type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nphmuller authored Jan 13, 2025
1 parent a29ca14 commit 42b22c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@ declare namespace MCR {
* @param coverageKey defaults to `__coverage__`
*/
getIstanbulCoverage: (coverageKey?: string) => Promise<any>;

close: () => Promise<void>
}

/** Adapt to the CDPSession of Playwright or Puppeteer */
Expand Down

0 comments on commit 42b22c8

Please sign in to comment.