Skip to content

Commit

Permalink
chore(api): coverage ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 2, 2024
1 parent 6423edc commit 4d0fbd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/win32-api/src/util/user32/MessageBox.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* c8 ignore start */
import assert from 'assert'

import { load } from '##/lib/user32/index.js'
Expand Down Expand Up @@ -30,3 +31,5 @@ export async function MessageBox(options: MessageBoxOptions): RetType {
return res
}

/* c8 ignore stop */

0 comments on commit 4d0fbd9

Please sign in to comment.