Skip to content

Instantly share code, notes, and snippets.

@gauntface
Created March 6, 2017 22:03
Show Gist options
  • Select an option

  • Save gauntface/2971c5594928b191798b6e21bbb6edb5 to your computer and use it in GitHub Desktop.

Select an option

Save gauntface/2971c5594928b191798b6e21bbb6edb5 to your computer and use it in GitHub Desktop.
Cleaning up before and after tests.
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