()
| 47 | }); |
| 48 | }; |
| 49 | var afterEach = function() { |
| 50 | apiAuth.init.restore(); |
| 51 | apiAuth.login.restore(); |
| 52 | apiEditor.init.restore(); |
| 53 | apiAdmin.init.restore(); |
| 54 | }; |
| 55 | |
| 56 | beforeEach(beforeEach); |
| 57 | afterEach(afterEach); |
no outgoing calls
no test coverage detected