Skip to content

Commit d494ce4

Browse files
committed
Ignore coverage for vitest and jest-globals
1 parent 769a89c commit d494ce4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/jest-globals.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* istanbul ignore file */
2+
13
import globals from '@jest/globals'
24
import * as extensions from './matchers'
35

src/vitest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* istanbul ignore file */
2+
13
import {expect} from 'vitest'
24
import * as extensions from './matchers'
35

0 commit comments

Comments
 (0)