chore: fixed the ES module resolution issue

This commit is contained in:
shubhamparikh2704
2025-08-19 14:29:39 +05:30
parent 80dcf2eaad
commit f8c8c9870d

View File

@@ -1,5 +1,5 @@
import { defineConfig } from 'cypress'; 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 coverage from '@cypress/code-coverage/task';
import eyesPlugin from '@applitools/eyes-cypress'; import eyesPlugin from '@applitools/eyes-cypress';
export default eyesPlugin( export default eyesPlugin(