Fix tests

This commit is contained in:
Zef Hemel
2022-07-04 09:34:11 +02:00
parent 25188f94b1
commit 66c21c4c6b
8 changed files with 18 additions and 5 deletions
+1
View File
@@ -46,4 +46,5 @@ test("Run a plugos endpoint server", async () => {
expect(resp.text).toBe(JSON.stringify([1, 2, 3]));
});
server.close();
await system.unloadAll();
});