Migrate from Jest to Vitest

This migrates our tests from using the Jest testing framework to Vitest.
This commit is contained in:
regexowl 2024-06-24 08:44:06 +02:00 committed by Ondřej Ezr
parent ac60043199
commit da16a42128
8 changed files with 1891 additions and 168 deletions

View file

@ -8,6 +8,7 @@
"jsx": "react-jsx",
"allowJs": true,
"moduleResolution": "node",
"types": ["vitest/globals", "@testing-library/jest-dom"],
"strictNullChecks": true,
"allowSyntheticDefaultImports": true
}