Testing quasar
-
Is there any way to set up a test environment in a quasar project?
I already tried setting up:
- Karma + Mocha
- Jest
- Ava
I failed trying set up all that, usually it doesn’t recognized quasar babel/webpack setup, throwing some errors like “unexpected token export” or “didn’t find module ‘quasar’”(usually I go around that last one importing quasar-framework instead of quasar).
If someone has succeeded doing this, with any test framework, please let me know
-
-
@gabrielsclimaco did you manage to get any of them working in the end?