mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-08 04:19:11 +00:00
Run prettier
This commit is contained in:
@@ -28,7 +28,7 @@ describe("QrCode", () => {
|
||||
const { container, findByRole } = render(
|
||||
<QrCode data="foo" className="bar" />,
|
||||
);
|
||||
await findByRole("img") as HTMLImageElement;
|
||||
(await findByRole("img")) as HTMLImageElement;
|
||||
expect(container.firstChild).toMatchSnapshot();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user