fix(core): update

This commit is contained in:
Philipp Kunz 2020-07-05 23:31:26 +00:00
parent b118e03520
commit 4a8c3159c0

View File

@ -29,6 +29,7 @@ export class AgTestServer {
new plugins.smartexpress.HandlerTypedRouter(handlerArg.typedrouter)
);
}
await this.server.start();
}
public async stop() {