add setup

This commit is contained in:
Val Lorentz 2023-03-18 07:50:35 +01:00 committed by GitHub
parent 0dd74a93bf
commit edc6f77c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ describe("Server", function () {
});
after(function (done) {
// Tear down test fixtures in the order they were setup,
// in case setup crashed for any reason
logInfoStub.restore();
logWarnStub.restore();
checkForUpdatesStub.restore();