Fix UI tests by replacing jest with vitest

This commit is contained in:
viktorstrate
2022-07-08 15:23:34 +02:00
parent fdcf0cfd05
commit d1a92afe0f
25 changed files with 500 additions and 151 deletions

View File

@@ -14,7 +14,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"types": ["vitest/globals", "@testing-library/jest-dom"]
},
"include": ["src", "vite.config.ts"]
}