Open nathantaal opened 6 years ago
So when opening social-sharing/index.js it imports { SocialSharing } from '@ionic-native/social-sharing'
When I change that import to { SocialSharing } from '@ionic-native/social-sharing/ngx'
the tests pass.
This is because Ionic 4, any support plannend for it?
Yes. I am waiting on the dust to settle before I embark on the updates (and finish my Ionic 4 book).
Let me know if and when you have more info on that book :)
Getting this issue with the push
mock. Any update on this?
Any update? most of the plugins are acting the same with _super.apply is not a function
Unfortunately, I have not been working on this. Maybe during this quarantine I can devote some time to fully fixing it to use Ionic Native v5
I get the following error when running an unit test:
is the mock missing an function or is there something else happening?