Skip to content

Commit e4a7193

Browse files
renovate[bot]juliusknorr
authored andcommitted
chore(deps): update dependency cypress-visual-regression to ^5.2.0
1 parent 5806197 commit e4a7193

File tree

4 files changed

+142
-446
lines changed

4 files changed

+142
-446
lines changed

cypress.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import { defineConfig } from 'cypress'
77
import cypressSplit from 'cypress-split'
8-
import { configureVisualRegression } from 'cypress-visual-regression/dist/plugin.js'
8+
import { configureVisualRegression } from 'cypress-visual-regression'
99
import vitePreprocessor from 'cypress-vite'
1010
import { nodePolyfills } from 'vite-plugin-node-polyfills'
1111
import vue from '@vitejs/plugin-vue2'

cypress/support/commands.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import axios from '@nextcloud/axios'
77
import { emit } from '@nextcloud/event-bus'
88
import { addCommands } from '@nextcloud/cypress'
9-
import { addCompareSnapshotCommand } from 'cypress-visual-regression/dist/command.js'
9+
import { addCompareSnapshotCommand } from 'cypress-visual-regression'
1010

1111
// eslint-disable-next-line no-unused-vars,n/no-extraneous-import
1212
import regeneratorRuntime from 'regenerator-runtime'

0 commit comments

Comments
 (0)