Skip to content

Commit 1dc9681

Browse files
committed
Revert Update visual test screenshots
1 parent 54a5176 commit 1dc9681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:functional:vitest": "delay 1 && vitest run --config vite.config.e2e-functional.mjs",
1919
"test:visual": "run-p -r preview test:visual:vitest",
2020
"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'",
21+
"test:visual:update": "UPDATE_SCREENSHOTS=true npm run test:visual",
2222
"pretest": "tsc -p tsconfig.unit.json && tsc -p tsconfig.e2e.json",
2323
"test": "run-s lint test:unit",
2424
"preview": "vite preview",

0 commit comments

Comments
 (0)