vuejs / vue-jest

Jest Vue transformer
MIT License
748 stars 156 forks source link

Is it possible to add support for lang="tsx" in sfc? #510

Closed Lisheri closed 1 year ago

Lisheri commented 2 years ago

Is it possible to add support for lang="tsx" in sfc? Currently, when testing sfc with lang="tsx", an error will be reported

image
Lisheri commented 2 years ago

Although tsx components can be tested using ts-jest, a large number of modules in the original project are written using sfc with lang="tsx".

Lisheri commented 2 years ago

Can I use vue-jest with babel to handle lang="tsx"?

sevilyilmaz commented 1 year ago

@Lisheri have you able to fix the issue? I'm getting the exact same error and trying to figure out the possible Jest/vue-jest config