[Vuejs]-Vue3 Jest module not found error while using store

1👍

I’ve found the problem here. I wanted to use $store and declared the module in shims-vue.d.ts file. But that module needed to be created in an additional file name vuex.d.ts. After that problem solved.

Leave a comment