Skip to content

Commit

Permalink
tests: re-order to fail early
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 6, 2024
1 parent a7f4396 commit 2dbf299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:unit": "vitest --environment jsdom --root src/",
"test:e2e": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test preview https://localhost:4173/ 'cypress run --e2e --config video=false,screenshotOnRunFailure=false'",
"test:e2e:dev": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'vite dev --port 4173 --host' https://localhost:4173/ 'cypress open --e2e'",
"test:visual": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'npm run build-storybook && npx http-server storybook-static --port 3001 --silent' http://localhost:3001 'test-storybook --url http://localhost:3001'",
"test:visual": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'npm run storybook' http://localhost:3001 'test-storybook --url http://localhost:3001'",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
Expand Down

0 comments on commit 2dbf299

Please sign in to comment.