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:
parent
35a6595080
commit
06b35cd2a2
3 changed files with 6 additions and 6 deletions
|
@ -56,7 +56,7 @@ describe("RoomHeader", () => {
|
|||
});
|
||||
|
||||
afterEach(() => {
|
||||
jest.resetAllMocks();
|
||||
jest.restoreAllMocks();
|
||||
});
|
||||
|
||||
it("renders the room header", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue