Replace jest config with vitest config

This commit is contained in:
Alejandro Celaya
2023-05-27 11:36:18 +02:00
parent 5f91ad8819
commit e2cbb2713a
10 changed files with 1966 additions and 5343 deletions

View File

@@ -4,7 +4,7 @@
"allowSyntheticDefaultImports": true,
"jsx": "react-jsx",
"lib": ["dom", "dom.iterable", "esnext"],
"types": ["vite/client"],
"types": ["vite/client", "vitest/globals"],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,