Skip to content

Instantly share code, notes, and snippets.

@erika-dike
Created August 19, 2017 11:28
Show Gist options
  • Save erika-dike/84e5addcd6b7af4faf6da34943513f31 to your computer and use it in GitHub Desktop.
Save erika-dike/84e5addcd6b7af4faf6da34943513f31 to your computer and use it in GitHub Desktop.
import React from 'react';
import renderer from 'react-test-renderer';
import AboutUs from './AboutUs';
it('renders correctly', () => {
const tree = renderer.create(<AboutUs />).toJSON();
expect(tree).toMatchSnapshot();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment