Skip to content

Commit

Permalink
Merge pull request #102 from nphmuller/patch-1
Browse files Browse the repository at this point in the history
Add close() to CoverageClient type definition
  • Loading branch information
cenfun authored Jan 13, 2025
2 parents a29ca14 + 42b22c8 commit 63c041f
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 63c041f

Please sign in to comment.