Migrate from Jest to Vitest
This migrates our tests from using the Jest testing framework to Vitest.
This commit is contained in:
parent
ac60043199
commit
da16a42128
8 changed files with 1891 additions and 168 deletions
|
|
@ -8,6 +8,7 @@
|
|||
"jsx": "react-jsx",
|
||||
"allowJs": true,
|
||||
"moduleResolution": "node",
|
||||
"types": ["vitest/globals", "@testing-library/jest-dom"],
|
||||
"strictNullChecks": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue