Beanconqueror
Beanconqueror copied to clipboard
Fix tests
Hi @graphefruit!
In the process of setting up a local dev environment to try some changes to the app, I tried to run the tests but run into some compile-time failures when running npm test
. They are mostly about trying to import IonicStorageModule
from @ionic/storage
(maybe left-over from a migration to @ionic/storage-angular
in ionic 7?).
I managed to fix those in my local environment but then run into a lot of test failures, mostly having to do with resolving dependencies. I've fixed a few of those locally as well, but before I go further or send some PRs to fix these failures, I wanted to check if I'm maybe trying to run these wrong? Are there specific steps I should follow to run the tests?
In case I'm not doing this wrong, would fixing the tests be of interest? Or is this not something you are using? If it would be useful, I could spend a bit more time trying to get them running and passing.
Cheers, Juan