Created
June 13, 2018 16:16
-
-
Save JakeDawkins/51b2adcf69b0484abbe51e72a2b2fbf0 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
| // Not predictable | |
| it('renders without error', () => { | |
| renderer.create( | |
| <ApolloProvider client={client}> | |
| <Dog name="Buck" /> | |
| </ApolloProvider>, | |
| ); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment