Skip to content

Instantly share code, notes, and snippets.

@alydemah
Created January 19, 2018 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alydemah/e689a65f8227a28722e7903c5f4a467d to your computer and use it in GitHub Desktop.
Save alydemah/e689a65f8227a28722e7903c5f4a467d to your computer and use it in GitHub Desktop.
it('should contain text...', () => {
const component = shallow(<App />)
expect(component.find('div').text()).toContain('Text')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment