import React from "react"; import { render } from "@testing-library/react-native"; import { Focusable } from "../FocusableTvOS"; describe("FocusableTvOS", () => { it("should render correctly", () => { const { toJSON } = render(); expect(toJSON()).toMatchSnapshot(); }); });