Skip to content

Commit

Permalink
fix: add js suffix to isEqualWith import (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanBobi committed May 3, 2024
1 parent f03a582 commit e8c8b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/to-have-form-values.js
@@ -1,4 +1,4 @@
import isEqualWith from 'lodash/isEqualWith'
import isEqualWith from 'lodash/isEqualWith.js'
import escape from 'css.escape'
import {
checkHtmlElement,
Expand Down
2 changes: 1 addition & 1 deletion src/to-have-value.js
@@ -1,4 +1,4 @@
import isEqualWith from 'lodash/isEqualWith'
import isEqualWith from 'lodash/isEqualWith.js'
import {
checkHtmlElement,
getMessage,
Expand Down

0 comments on commit e8c8b13

Please sign in to comment.