Skip to content

Commit

Permalink
Fix cypress-image-snapshot import
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Dec 14, 2024
1 parent b4694f5 commit d67f902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'cypress'
import { addMatchImageSnapshotPlugin } from 'cypress-image-snapshot/plugin'
import { addMatchImageSnapshotPlugin } from 'cypress-image-snapshot/plugin.js'

export default defineConfig({
video: false,
Expand Down

0 comments on commit d67f902

Please sign in to comment.