Quasar testing adding cypress and jest w/ @quasar/app-vite doesn't allow me to run `quasar dev`
ShugKnight24 opened this issue · comments
Software version
OS: MacOS Venura 13.4.1
Node: v20.12.2
NPM: 10.6.0
What did you get as the error?
Have been trying to get cypress and jest testing extensions working with a repository, can look at this branch - https://github.com/ShugKnight24/quasar_vue_dashboard/tree/refactor/additional_testing
using @quasar/testing-unit-jest@beta
thats supposed work w/ Qv2 - https://github.com/quasarframework/quasar-testing/releases/tag/unit-jest-v3.0.0-beta.7
when running quasar dev
it asks me to install '@quasar/app` which is deprecated
if I don't have @quasar/app installed
if I do have it installed, cypress and jest work, but I can't get quasar dev to work
What were you expecting?
allowing cypress and jest tests to run and running quasar dev to build a dev version of my app
What steps did you take, to get the error?
npm i
, quasar dev
Would appreciate any insights you may have
Thank you in advance
uninstalling and reinstalling my dependencies fixed the issue