@leon any updates?

Latest posts made by gabrielsclimaco
-
Contributing
So, I am participating of Digital Ocean Hacktober fest, and I am also a open source enthusiastic(part of the reason I like quasar). Therefore, I want to know if there is any “new contributors” issues on quasar(issues more likely for someone who is starting to contribute).
-
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