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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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", () => {