Skip to content

Commit ced792e

Browse files
authoredOct 16, 2024··
fix: fix lodash import in to-have-selection.js (#642)
Fixes #641
1 parent 9b14804 commit ced792e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/to-have-selection.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 {checkHtmlElement, compareArraysAsSet, getMessage} from './utils'
33

44
/**

0 commit comments

Comments
 (0)
Please sign in to comment.