mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-27 07:01:54 +02:00
add gstack 2 parity and lifecycle gates
This commit is contained in:
@@ -52,7 +52,7 @@ async function startMockServer(): Promise<MockServer> {
|
||||
port: server.port,
|
||||
requests,
|
||||
setResponse(status: number, body: string) { response = { status, body }; },
|
||||
async stop() { server.stop(true); },
|
||||
async stop() { await server.stop(true); },
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user