1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-06 10:22:45 +03:00

Update jest (#11564)

* Update jest

* Fix tests

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2023-09-07 16:34:52 +00:00
committed by GitHub
parent 35a6595080
commit 06b35cd2a2
3 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ describe("RoomHeader", () => {
});
afterEach(() => {
jest.resetAllMocks();
jest.restoreAllMocks();
});
it("renders the room header", () => {