Giuseppe Battistella

Results 5 comments of Giuseppe Battistella

I think you didn't paste all the code, I don't see 'isLoading' anywhere. In another note, you shouldn't be importing Vue in your tests, that's what createLocalVue is for

I was having the exact same problem, couldn't figure out why it wasn't showing up on coverage, found this and tried adding the style tag and now it works.

I'm having the same issue, I have a union with hundreds of strings, and it's the type of a prop in one component. If I type it as optional the...