UNPKG

@applicaster/quick-brick-core

Version:

Core package for Applicaster's Quick Brick App

11 lines (9 loc) 295 B
import React from "react"; import { render } from "@testing-library/react-native"; import { EmptyZappApp } from "../index"; describe("<EmptyZappApp />", () => { it("renders correctly", () => { const { toJSON } = render(<EmptyZappApp />); expect(toJSON()).toMatchSnapshot(); }); });