Migrate more jest tests to vitest (#33898)
* Migrate more jest tests to vitest * Fix jest config * Fix jest config * Make remaining jest tests type-happy
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
"strict": true,
|
||||
"types": ["node", "modernizr"],
|
||||
"paths": {
|
||||
"jest-matrix-react": ["./test/test-utils/jest-matrix-react"]
|
||||
"jest-matrix-react": ["./test/test-utils/jest-matrix-react"],
|
||||
"test-utils-rtl": ["./test/test-utils/jest-matrix-react"],
|
||||
"jest-mock-vitest-adapter": ["./test/setup/adapter.ts"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user