Skip to content

Commit

Permalink
fix: use right imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arturosdg committed Apr 29, 2024
1 parent acf6233 commit 89ab427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assertions/messages.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import diff from 'jest-diff'
import { diff } from 'jest-diff'

const emptyErrorMessage = (path, options) => {
const message = options?.host
Expand Down
2 changes: 1 addition & 1 deletion tests/assertions/toHaveBeenFetchedWith.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assertions } from '../../src'
import diff from 'jest-diff'
import { diff } from 'jest-diff'

expect.extend(assertions)

Expand Down

0 comments on commit 89ab427

Please sign in to comment.