Update serve.test.ts

This commit is contained in:
Jarred Sumner
2023-01-12 19:28:42 -08:00
parent ffa8913e54
commit 490814aa35

View File

@@ -34,7 +34,7 @@ async function runTest(serverOptions, test) {
afterAll(() => {
if (server) {
server.stop();
server.stop(true);
server = undefined;
}
});