UNPKG

@ecreeth/rn-ui

Version:

Highly customizable and theming components for React Native

10 lines (7 loc) 240 B
import React from 'react'; import renderer from 'react-test-renderer'; import Card from '../../src/components/Card'; it('renders correctly', () => { const tree = renderer.create(<Card />).toJSON(); expect(tree).toMatchSnapshot(); });