Skip to content

Commit e8c8b13

Browse files
authoredMay 3, 2024··
fix: add js suffix to isEqualWith import (#599)
1 parent f03a582 commit e8c8b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/to-have-form-values.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import isEqualWith from 'lodash/isEqualWith'
1+
import isEqualWith from 'lodash/isEqualWith.js'
22
import escape from 'css.escape'
33
import {
44
checkHtmlElement,

‎src/to-have-value.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import isEqualWith from 'lodash/isEqualWith'
1+
import isEqualWith from 'lodash/isEqualWith.js'
22
import {
33
checkHtmlElement,
44
getMessage,

0 commit comments

Comments
 (0)
Please sign in to comment.