Skip to content

Instantly share code, notes, and snippets.

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

  • Save agoiabel/87e57205a20d954bc12b5d422810a096 to your computer and use it in GitHub Desktop.

Select an option

Save agoiabel/87e57205a20d954bc12b5d422810a096 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 = swallow(
<Header logo={logo} />
);
expect(wrapper).toMatchSnapshot();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment