Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Created September 26, 2018 13:35
Show Gist options
  • Select an option

  • Save agoiabel/34fcf282a82df0ac8fe835cf133fc639 to your computer and use it in GitHub Desktop.

Select an option

Save agoiabel/34fcf282a82df0ac8fe835cf133fc639 to your computer and use it in GitHub Desktop.
import Header from './Header';
import logo from '../logo.svg';
describe('Header Text', () => {
it('renders correctly', () => {
const wrapper = render(
<Header logo={logo} />
);
expect(wrapper).toMatchSnapshot();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment