Skip to content

Instantly share code, notes, and snippets.

@medains
Created May 9, 2013 07:47
appTest unwrapping stubs
describe( 'App', function(){
afterEach(function(){
for( element in app ) {
if( app[element].restore ) {
app[element].restore();
}
}
});
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment