Created
April 13, 2020 22:27
-
-
Save daedalius/0fa4c188ae3d7f0a3d842be008d17764 to your computer and use it in GitHub Desktop.
Cypress + Storybook. #4
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
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