add setup
This commit is contained in:
parent
0dd74a93bf
commit
edc6f77c64
@ -39,6 +39,8 @@ describe("Server", function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
after(function (done) {
|
after(function (done) {
|
||||||
|
// Tear down test fixtures in the order they were setup,
|
||||||
|
// in case setup crashed for any reason
|
||||||
logInfoStub.restore();
|
logInfoStub.restore();
|
||||||
logWarnStub.restore();
|
logWarnStub.restore();
|
||||||
checkForUpdatesStub.restore();
|
checkForUpdatesStub.restore();
|
||||||
|
Loading…
Reference in New Issue
Block a user