Skip to content

Instantly share code, notes, and snippets.

@daedalius
Created April 13, 2020 22:27
Show Gist options
  • Save daedalius/0fa4c188ae3d7f0a3d842be008d17764 to your computer and use it in GitHub Desktop.
Save daedalius/0fa4c188ae3d7f0a3d842be008d17764 to your computer and use it in GitHub Desktop.
Cypress + Storybook. #4
afterEach(() => {
cy.document()
.then((doc) => {
ReactDOM.unmountComponentAtNode(doc.querySelector(rootToMountSelector));
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment