Fixed favicon test

This commit is contained in:
SamTv12345 2024-08-20 15:28:55 +02:00
parent 2c81ca33e7
commit 73f70eb9e5
2 changed files with 14 additions and 11 deletions

View file

@ -56,6 +56,7 @@ const closeServer = async () => {
await events.once(socketsEvents, 'updated');
}
await p;
await appInstance?.shutdown()
appInstance!.close()
clearTimeout(timeout);
exports.server = null;