Skip to content

Commit

Permalink
fix: proper @jest/globals import (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Sep 6, 2023
1 parent b959a68 commit 5b492ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jest-globals.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* istanbul ignore file */

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

globals.expect.extend(extensions)
expect.extend(extensions)

0 comments on commit 5b492ac

Please sign in to comment.