mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Ensure final cell execution update is not delayed
This commit is contained in:
@@ -834,7 +834,6 @@ suite('Notebook API tests', function () {
|
||||
assert.ok(cell.executionSummary);
|
||||
assert.strictEqual(cell.executionSummary!.success, true);
|
||||
assert.strictEqual(typeof cell.executionSummary!.executionOrder, 'number');
|
||||
|
||||
});
|
||||
|
||||
test('initialize executionSummary', async () => {
|
||||
|
||||
Reference in New Issue
Block a user