smoke tests - fix compile issue

This commit is contained in:
Benjamin Pasero 2021-08-04 15:46:10 +02:00
parent 0804afd00e
commit 2f58131321
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -32,7 +32,7 @@ export function beforeSuite(opts: minimist.ParsedArgs, optionsTransform?: (opts:
const userDataDir = options.userDataDir.concat(`-${userDataPathSuffix}`);
const app = new Application({ ...options, userDataDir });
await app!.start(opts.web ? false : undefined);
await app.start();
this.app = app;
if (opts.log) {