import { render, screen } from "@testing-library/react-native"; import { Button } from "components/SharedComponents"; import React from "react"; describe.each( [["primary"], ["warning"], ["focus"], ["neutral"]] )( "Button %s", level => { it( "should render correctly", () => { render(