From f8c8c9870d6106a58caeb3764a8807ddc10b7f7f Mon Sep 17 00:00:00 2001 From: shubhamparikh2704 Date: Tue, 19 Aug 2025 14:29:39 +0530 Subject: [PATCH] chore: fixed the ES module resolution issue --- cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.ts b/cypress.config.ts index 4182d92a8..7628288ff 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -1,5 +1,5 @@ import { defineConfig } from 'cypress'; -import { addMatchImageSnapshotPlugin } from 'cypress-image-snapshot/plugin'; +import { addMatchImageSnapshotPlugin } from 'cypress-image-snapshot/plugin.js'; import coverage from '@cypress/code-coverage/task'; import eyesPlugin from '@applitools/eyes-cypress'; export default eyesPlugin(