Skip to content

Commit

Permalink
fix(scripts): remove duplicate visual regression test script (PostHog…
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr authored and jacobwgillespie committed Jan 12, 2024
1 parent df08f38 commit e4575b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"test": "pnpm test:unit && pnpm test:visual-regression",
"test:unit": "jest --testPathPattern=frontend/",
"jest": "jest",
"test:visual-regression": "pnpm test:visual-regression:docker",
"test:visual-regression": "rm -rf frontend/__snapshots__/__failures__/ && docker compose -f docker-compose.playwright.yml run --rm -it --build playwright pnpm test:visual-regression:docker",
"test:visual-regression:docker": "NODE_OPTIONS=--max-old-space-size=6144 test-storybook -u --no-index-json --browsers chromium webkit --url http://host.docker.internal:6006",
"test:visual-regression:local": "NODE_OPTIONS=--max-old-space-size=6144 test-storybook -u --no-index-json --browsers chromium webkit --url http://localhost:6006",
Expand Down

0 comments on commit e4575b5

Please sign in to comment.