From e8c8b13c6de2a0ccffaa6539809c8c11f141beca Mon Sep 17 00:00:00 2001 From: Matan Borenkraout Date: Fri, 3 May 2024 21:26:33 +0300 Subject: [PATCH] fix: add js suffix to isEqualWith import (#599) --- src/to-have-form-values.js | 2 +- src/to-have-value.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/to-have-form-values.js b/src/to-have-form-values.js index 034f633..cd479d6 100644 --- a/src/to-have-form-values.js +++ b/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, diff --git a/src/to-have-value.js b/src/to-have-value.js index bbd3c46..37cca52 100644 --- a/src/to-have-value.js +++ b/src/to-have-value.js @@ -1,4 +1,4 @@ -import isEqualWith from 'lodash/isEqualWith' +import isEqualWith from 'lodash/isEqualWith.js' import { checkHtmlElement, getMessage,