Fix smoke tests not running (#18027)

* Bump sqlite for new electron version

* distro

* Fix tests

* distro
This commit is contained in:
Charles Gagnon
2022-01-07 16:58:53 -08:00
committed by GitHub
parent cd6b39ffee
commit 5d6ee47ee3
9 changed files with 54 additions and 24 deletions

View File

@@ -360,7 +360,7 @@ after(async function () {
await new Promise((c, e) => rimraf(testDataPath, { maxBusyTries: 10 }, err => err ? e(err) : c(undefined)));
});
sqlMain(opts.web);
sqlMain(opts);
if (screenshotsPath) {
afterEach(async function () {