Skip to content

Commit

Permalink
🔨 Add script to run e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysoun committed Jan 23, 2024
1 parent c567205 commit 3347f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. ."
"format": "prettier --write --plugin-search-dir=. .",
"e2e": "npx cypress run"
},
"devDependencies": {
"@sveltejs/adapter-auto": "1.0.0-next.76",
Expand Down

0 comments on commit 3347f80

Please sign in to comment.