Run prettier
This commit is contained in:
@@ -28,7 +28,7 @@ describe("QrCode", () => {
|
|||||||
const { container, findByRole } = render(
|
const { container, findByRole } = render(
|
||||||
<QrCode data="foo" className="bar" />,
|
<QrCode data="foo" className="bar" />,
|
||||||
);
|
);
|
||||||
await findByRole("img") as HTMLImageElement;
|
(await findByRole("img")) as HTMLImageElement;
|
||||||
expect(container.firstChild).toMatchSnapshot();
|
expect(container.firstChild).toMatchSnapshot();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user