UNPKG

@applicaster/zapp-react-native-ui-components

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

11 lines (8 loc) 264 B
import React from "react"; import { shallow } from "enzyme"; import { ContentScreen } from "../index"; describe("<ContentScreen />", () => { it("renders correctly", () => { expect(() => shallow(<ContentScreen />)).toThrowErrorMatchingSnapshot(); }); });