Skip to content

Commit

Permalink
test: update yarn test:e2e-snapshots call
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Nov 17, 2023
1 parent 9d66459 commit dad6017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pretest": "npm run build:relay",
"test": "NODE_OPTIONS=\"--unhandled-rejections=strict\" jest",
"pretest:e2e-snapshots": "node cypress/support/listAuthenticatedPages.js",
"test:e2e-snapshots": "yarn happo-cypress -- -- cypress run",
"test:e2e-snapshots": "yarn happo-e2e -- -- cypress run",
"pretest:e2e": "node cypress/support/listAuthenticatedPages.js",
"test:e2e": "cypress run",
"test:e2e-with-mocks": "cypress run --config integrationFolder=cypress/integration_mocks",
Expand Down

0 comments on commit dad6017

Please sign in to comment.