import * as React from "react"; import { render } from "reakit-test-utils"; import { Input } from "../Input"; test("render", () => { const { getByPlaceholderText } = render(); expect(getByPlaceholderText("input")).toMatchInlineSnapshot(` `); });