We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to add support for lang="tsx" in sfc? Currently, when testing sfc with lang="tsx", an error will be reported
The text was updated successfully, but these errors were encountered:
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".
Sorry, something went wrong.
Can I use vue-jest with babel to handle lang="tsx"?
@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
lang='tsx'
fix: lang='tsx' doesn't work for Vue 3 SFC (#547)
b3238b2
Applies the same fix for Vue 2 with this PR: #395 Resolves #510
Successfully merging a pull request may close this issue.
Is it possible to add support for lang="tsx" in sfc?
Currently, when testing sfc with lang="tsx", an error will be reported
The text was updated successfully, but these errors were encountered: