Uncomment in test

This commit is contained in:
Daniel Imms
2021-03-08 15:52:59 -08:00
parent 30f4163184
commit 8fe29a7c41
2 changed files with 3 additions and 4 deletions

View File

@@ -117,9 +117,9 @@ import { assertNoRpc } from '../utils';
});
// Wait for end of task process
// await new Promise<void>(r => {
// disposables.push(tasks.onDidEndTaskProcess(() => r));
// });
await new Promise<void>(r => {
disposables.push(tasks.onDidEndTaskProcess(() => r));
});
});
test('sync CustomExecution task should flush all data on close', async () => {