Run prettier

This commit is contained in:
Johannes Marbach
2024-09-02 16:30:37 +02:00
parent 6ae0c0988d
commit cba5eb5c07

View File

@@ -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();
});
});