1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-03 21:42:32 +03:00

Update matrix-org/react (enzyme deprecation) (#9116)

This commit is contained in:
Michael Weimann
2022-08-02 15:10:43 +02:00
committed by GitHub
parent 3991ce96e4
commit 27ba1e57e6
80 changed files with 90 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ import TestRenderer from "react-test-renderer";
import { jest } from "@jest/globals";
import { Room } from "matrix-js-sdk/src/models/room";
import { ClientWidgetApi, MatrixWidgetType } from "matrix-widget-api";
// eslint-disable-next-line deprecate/import
import { mount, ReactWrapper } from "enzyme";
import { Optional } from "matrix-events-sdk";