mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-24 00:38:31 +08:00
lint
This commit is contained in:
parent
f3f730976f
commit
9fae0315ff
@ -8,11 +8,11 @@ Please see LICENSE in the repository root for full details.
|
||||
import { expect, test } from "vitest";
|
||||
import { render } from "@testing-library/react";
|
||||
import { act, ReactNode, useState } from "react";
|
||||
|
||||
import { Modal } from "./Modal";
|
||||
import { afterEach } from "node:test";
|
||||
import userEvent from "@testing-library/user-event";
|
||||
|
||||
import { Modal } from "./Modal";
|
||||
|
||||
const originalMatchMedia = window.matchMedia;
|
||||
afterEach(() => {
|
||||
window.matchMedia = originalMatchMedia;
|
||||
|
Loading…
Reference in New Issue
Block a user