Skip to content

Commit f8c8c98

Browse files
chore: fixed the ES module resolution issue
1 parent 80dcf2e commit f8c8c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from 'cypress';
2-
import { addMatchImageSnapshotPlugin } from 'cypress-image-snapshot/plugin';
2+
import { addMatchImageSnapshotPlugin } from 'cypress-image-snapshot/plugin.js';
33
import coverage from '@cypress/code-coverage/task';
44
import eyesPlugin from '@applitools/eyes-cypress';
55
export default eyesPlugin(

0 commit comments

Comments
 (0)