<!-- Before opening an issue, just take into account that this is a completely free of charge and open source project. I'm always happy to help and provide support, but some understanding will be expected. I do this in my own free time, so expect some delays when implementing new features and fixing bugs, and don't take it personal if an issue gets eventually closed. You may also be asked to provide tests or ways to reproduce reported bugs. Try to be polite, and understand it is impossible for an OSS project to cover all use cases. --> * https://cathalmacdonnacha.com/migrating-from-jest-to-vitest * https://vitest.dev/guide/migration.html * https://vitest.dev/config * https://www.robinwieruch.de/vitest-react-testing-library/ ~Blocked by https://github.com/stryker-mutator/stryker-js/issues/3465~ No longer using Stryker Pros 👍: * Better support for TS * Better support for ESM * No need to keep mapping some dependencies to be able to import them from tests * No longer mismatching behavior between web context and tests context * Babel can be removed as a direct dependency, is it was required only by jest Cons 👎: * Tests take twice the time to run
Blocked by stryker-mutator/stryker-js#3465No longer using StrykerPros 👍:
Cons 👎: