Skip to content

Commit

Permalink
package: Add test command
Browse files Browse the repository at this point in the history
Create global test command that tests everything

Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed May 18, 2022
1 parent 31ec4a9 commit a840b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"preview": "vite preview --port 5050",
"serve": "vite preview",
"test:ci": "yarn test:e2e:ci && yarn coverage",
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'",
"test:e2e": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress open'",
"test:unit": "vitest",
Expand Down

0 comments on commit a840b47

Please sign in to comment.