vue-property-decorator icon indicating copy to clipboard operation
vue-property-decorator copied to clipboard

Cannot compatible with Jest when testing in Vue project

Open magicalcosmos opened this issue 3 years ago • 1 comments

When I only use Jest with Vue project, I can't import subcomponent in component as below:

image

if I do according to tips, also I cannot define private variable, as below:

image

the reproduce project :jest-decorator-issue

I don't know why, can anyone give me any suggestions?

magicalcosmos avatar Dec 27 '21 07:12 magicalcosmos

Any news here ?

Nemhis avatar Jul 21 '22 13:07 Nemhis