Skip to content

Commit

Permalink
fix: fix lodash import in to-have-selection.js (#642)
Browse files Browse the repository at this point in the history
Fixes #641
  • Loading branch information
gnapse authored Oct 16, 2024
1 parent 9b14804 commit ced792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/to-have-selection.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import isEqualWith from 'lodash/isEqualWith'
import isEqualWith from 'lodash/isEqualWith.js'
import {checkHtmlElement, compareArraysAsSet, getMessage} from './utils'

/**
Expand Down

0 comments on commit ced792e

Please sign in to comment.