Skip to content

Instantly share code, notes, and snippets.

@corradin
Created February 25, 2018 20:05
Show Gist options
  • Select an option

  • Save corradin/d1f395aab8a484ab5876ca44f82ee4da to your computer and use it in GitHub Desktop.

Select an option

Save corradin/d1f395aab8a484ab5876ca44f82ee4da to your computer and use it in GitHub Desktop.
it('should render the button correctly', () => {
const wrapper = mount(<App />);
const buttonText = 'Press';
expect(wrapper.contains(buttonText)).toEqual(true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment