import * as React from "react" import { create } from "react-test-renderer" import { LoginDialog } from "../LoginDialog" describe("LoginDialog test", () => { it("should able to error", () => { expect(() => create().toJSON()).toMatchSnapshot() }) })