import React from "react"; import { render, screen } from "@testing-library/react"; import "@testing-library/jest-dom"; import SearchReactSvgUrl from "PUBLIC_DIR/images/search.react.svg?url"; import { Button, ButtonSize } from "../button"; import { InputSize, InputType } from "../text-input"; import { InputBlock } from "./InputBlock"; describe("", () => { it("renders without error", () => { const mask = [/\d/, /\d/, "/", /\d/, /\d/, "/", /\d/, /\d/, /\d/, /\d/]; render(