test: made tests work in windows

This commit is contained in:
Simeon Radivoev 2026-03-31 04:44:42 +03:00
parent 8a0be8c913
commit 4271f268c3
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
9 changed files with 57 additions and 20 deletions

View file

@ -42,7 +42,7 @@ export async function RunAPIServer ()
apiServer: api,
async cleanup ()
{
await api.stop();
await api.stop(true);
}
};
}