Skip to content

Instantly share code, notes, and snippets.

@becca-bailey
Last active August 30, 2018 18:15
Show Gist options
  • Select an option

  • Save becca-bailey/d5d8932e81c8bf5f300db047d5af1faa to your computer and use it in GitHub Desktop.

Select an option

Save becca-bailey/d5d8932e81c8bf5f300db047d5af1faa to your computer and use it in GitHub Desktop.
it("shows an alert", () => {
const wrapper = mount(<SimpleComponentWithAlert />);
wrapper.find('button').simulate('click');
expect(wrapper.text()).toContain("This is my alert"));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment