-
-
Notifications
You must be signed in to change notification settings - Fork 783
New issue
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
Migrate Testing Framework from Jest to Vitest #3581
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
@derberg |
Do we really need to migrate the testing framework for Node.js scripts ? |
It doesn't currently feel like a need of the hour to migrate from Jest to vitest. We are currently using Jest for pure Node scripts. No React Testing Library of JSDOM. |
Description
We propose migrating from Jest to Vitest as our testing framework. Vitest offers faster test execution and enhanced TypeScript support, making it an ideal choice for our project. This migration will involve updating our test files to be compatible with Vitest and replacing Jest-specific methods with Vitest equivalents.
Why This Change is Necessary
The text was updated successfully, but these errors were encountered: