Skip to content

Commit

Permalink
fix: proper @jest/globals import
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Aug 28, 2023
1 parent b959a68 commit b3ab3bd
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 b3ab3bd

Please sign in to comment.