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
When I was using Vitest to test my ESLint rules, I encountered a problem where the test cases were hanging for a long time.
When my worker file is written in TypeScript, it hangs. I have tried specifying tsRunner as tsx and esbuild-register but both are the same.
tsRunner
tsx
esbuild-register
If I write my worker using JavaScript, it works very well.
Here is a minimal reproduction:
https://stackblitz.com/edit/vitest-dev-vitest-ggrsdgek?file=src%2Frules%2Fdummy.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I was using Vitest to test my ESLint rules, I encountered a problem where the test cases were hanging for a long time.
When my worker file is written in TypeScript, it hangs. I have tried specifying
tsRunner
astsx
andesbuild-register
but both are the same.If I write my worker using JavaScript, it works very well.
Here is a minimal reproduction:
https://stackblitz.com/edit/vitest-dev-vitest-ggrsdgek?file=src%2Frules%2Fdummy.ts
The text was updated successfully, but these errors were encountered: