TypeError: Object prototype may only be an Object or null: undefined
I got some error in my project. I\'m using vuejs, typescript and jest.
It\'s just simp
You should set esModuleInterop = true for your tsconfig.json or your own tsconfig just for jest
esModuleInterop = true
tsconfig.json
tsconfig
jest