mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix smoke tests not running (#18027)
* Bump sqlite for new electron version * distro * Fix tests * distro
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user