Created
September 26, 2018 13:53
-
-
Save agoiabel/87e57205a20d954bc12b5d422810a096 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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