Skip to content

Commit 252884b

Browse files
Merge pull request #551 from thejackshelton/image-docs-fix
fix(docs): remove visual regression cypress plugin with sharp
2 parents ba43e26 + 1426f4e commit 252884b

File tree

4 files changed

+0
-143
lines changed

4 files changed

+0
-143
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"@floating-ui/core": "1.4.1",
4040
"@floating-ui/dom": "^1.5.1",
4141
"@fontsource-variable/inter": "5.0.8",
42-
"@frsource/cypress-plugin-visual-regression-diff": "^3.3.10",
4342
"@jscutlery/semver": "^3.1.0",
4443
"@k11r/nx-cloudflare-wrangler": "2.7.1",
4544
"@nx/cypress": "17.1.3",
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
});

packages/kit-headless/cypress/support/component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// You can read more here:
1313
// https://on.cypress.io/configuration
1414
// ***********************************************************
15-
import '@frsource/cypress-plugin-visual-regression-diff';
1615
import { addQwikLoader, mount } from 'cypress-ct-qwik';
1716

1817
addQwikLoader();

pnpm-lock.yaml

Lines changed: 0 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)