We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a5176 commit 1dc9681Copy full SHA for 1dc9681
package.json
@@ -18,7 +18,7 @@
18
"test:functional:vitest": "delay 1 && vitest run --config vite.config.e2e-functional.mjs",
19
"test:visual": "run-p -r preview test:visual:vitest",
20
"test:visual:vitest": "delay 1 && vitest run --config vite.config.e2e-visual.mjs",
21
- "test:visual:update": "UPDATE_SCREENSHOTS=true npm run test:visual && git add . && git commit -m 'Update visual test screenshots'",
+ "test:visual:update": "UPDATE_SCREENSHOTS=true npm run test:visual",
22
"pretest": "tsc -p tsconfig.unit.json && tsc -p tsconfig.e2e.json",
23
"test": "run-s lint test:unit",
24
"preview": "vite preview",
0 commit comments