Skip to content

Instantly share code, notes, and snippets.

@bonnie
Created March 31, 2021 18:56
Show Gist options
  • Save bonnie/706f8bbd617c1d6ea16f941058987fb2 to your computer and use it in GitHub Desktop.
Save bonnie/706f8bbd617c1d6ea16f941058987fb2 to your computer and use it in GitHub Desktop.
import { render } from "@testing-library/react";
import Locations from "./Locations";
test("renders without error", () => {
render(<Locations />);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment