chore: migrate to vitest (#7156)

* chore: jest => vitest

* chore: replace jest-when
This commit is contained in:
Jason Rasmussen
2024-04-16 10:44:45 -04:00
committed by GitHub
parent ed2e4e5217
commit 50c9bc0336
65 changed files with 3445 additions and 5478 deletions
+3 -6
View File
@@ -17,10 +17,7 @@
"esModuleInterop": true,
"preserveWatchOutput": true,
"baseUrl": "./",
"types": ["vitest/globals"]
},
"exclude": [
"dist",
"node_modules",
"upload"
],
}
"exclude": ["dist", "node_modules", "upload"]
}