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:
@@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Com
|
||||
Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
import { act } from "jest-matrix-react";
|
||||
import { act } from "test-utils-rtl";
|
||||
|
||||
import type EventEmitter from "events";
|
||||
import { type ActionPayload } from "../../src/dispatcher/payloads";
|
||||
|
||||
Reference in New Issue
Block a user