mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
smoke test: fix bad code
This commit is contained in:
@@ -22,7 +22,7 @@ export function testDataLoss() {
|
||||
dl = new DataLoss(app);
|
||||
await common.removeDirectory(USER_DIR);
|
||||
|
||||
return await app.start();
|
||||
await app.start();
|
||||
});
|
||||
afterEach(async function () {
|
||||
return await app.stop();
|
||||
|
||||
Reference in New Issue
Block a user