Skip to content

Commit d39848c

Browse files
fix(docs): remove regression import in cypress config
1 parent 72f4763 commit d39848c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { initPlugin } from '@frsource/cypress-plugin-visual-regression-diff/plugins';
21
import { defineConfig } from 'cypress';
32

43
export default defineConfig({
@@ -10,8 +9,5 @@ export default defineConfig({
109
framework: 'cypress-ct-qwik',
1110
bundler: 'vite',
1211
} as any,
13-
setupNodeEvents(on, config) {
14-
initPlugin(on, config);
15-
},
1612
},
1713
});

0 commit comments

Comments
 (0)