Ruther Ford Myler Ang
Ruther Ford Myler Ang
> @IamManchanda @msaelices I managed to set up Jest and Vue Test Utils for my app in the end. Here is a [sample repo](https://github.com/bryanleetc/nsvue-unit-testing). > > If a little self...
Yes, I ran the actual code on simulator and it is there I also put assertion on the test to make sure it exist but somehow the founded button doesn't...
the content on the blog says // This will not work wrapper.find('actionitem-stub').trigger('tap'); // Instead, emit an from the stub's ViewModel wrapper.find('actionitem-stub').vm.$emit('tap') what does he mean by "actionitem-stub"? does Button count...
Found my mistake, I have not put nativescript Button on the nativescript-vue-stubs.js Thank you for the help :)
Any update on this? This is causing annoying noise on azure pipeline when running test