Migrate batch of tests to vitest (#34108)

* Migrate utils/dm tests to vitest

* Migrate utils/room tests to vitest

* Migrate utils/location tests to vitest

* Fix types

* Satisfy tsc & knip
This commit is contained in:
Michael Telatynski
2026-07-03 08:50:11 +00:00
committed by GitHub
parent 8aba166f1e
commit df4a1f0c85
21 changed files with 209 additions and 166 deletions
+2
View File
@@ -20,6 +20,8 @@
"paths": {
"jest-matrix-react": ["./test/test-utils/jest-matrix-react"],
"test-utils-rtl": ["./test/test-utils/jest-matrix-react"],
"test-utils": ["./test/test-utils"],
"test-utils/*": ["./test/test-utils/*"],
"jest-mock-vitest-adapter": ["./test/setup/adapter.ts"]
}
},