As it shows in the picture, I have two projects that share some vue components.
I import ImageBlock.vue in my Card.vue component, it works fine. But when I write test cases for Card component, I got the error
> Cannot find module 'vue' from '../sharedComponents/ImageBlock.vue'
I searched, couldn't find any answers. How can I solve this?