Created
March 6, 2017 22:03
-
-
Save gauntface/2971c5594928b191798b6e21bbb6edb5 to your computer and use it in GitHub Desktop.
Cleaning up before and after tests.
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
| beforeEach(function() { | |
| return window.__testCleanup(); | |
| }); | |
| after(function() { | |
| return window.__testCleanup(); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment