mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update serve.test.ts
This commit is contained in:
@@ -34,7 +34,7 @@ async function runTest(serverOptions, test) {
|
||||
|
||||
afterAll(() => {
|
||||
if (server) {
|
||||
server.stop();
|
||||
server.stop(true);
|
||||
server = undefined;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user