Skip to content

Commit

Permalink
Ignore coverage for vitest and jest-globals
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Aug 22, 2023
1 parent 769a89c commit d494ce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jest-globals.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* istanbul ignore file */

import globals from '@jest/globals'
import * as extensions from './matchers'

Expand Down
2 changes: 2 additions & 0 deletions src/vitest.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* istanbul ignore file */

import {expect} from 'vitest'
import * as extensions from './matchers'

Expand Down

0 comments on commit d494ce4

Please sign in to comment.