Skip to content

Commit 4d0fbd9

Browse files
committed
chore(api): coverage ignore
1 parent 6423edc commit 4d0fbd9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/win32-api/src/util/user32/MessageBox.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* c8 ignore start */
12
import assert from 'assert'
23

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

34+
/* c8 ignore stop */
35+

0 commit comments

Comments
 (0)