Skip to content

Commit

Permalink
refactor(vite-plugin): testing (vitest; drop cypress)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Apr 24, 2024
1 parent 705a98e commit 272b92b
Show file tree
Hide file tree
Showing 61 changed files with 469 additions and 1,788 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vite-ecosystem-ci:build": "pnpm build",
"vite-ecosystem-ci:test": "pnpm --filter @quasar/vite-plugin test",
"vue-ecosystem-ci:build": "pnpm build",
"vue-ecosystem-ci:test": "pnpm --filter quasar test && pnpm --filter @quasar/vite-plugin test:e2e:ci"
"vue-ecosystem-ci:test": "pnpm --filter quasar test && pnpm --filter @quasar/vite-plugin test:runtime"
},
"devDependencies": {
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit 272b92b

Please sign in to comment.