more certainty for resuming the paused emitter (#251130)

This commit is contained in:
Aaron Munger
2025-06-10 12:30:54 -07:00
committed by GitHub
parent f7f1188169
commit 10066c9ec3
3 changed files with 30 additions and 27 deletions

View File

@@ -25,7 +25,7 @@ suite(`ipynb Clear Outputs`, () => {
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
});
test.skip('Clear outputs after opening Notebook', async () => {
test('Clear outputs after opening Notebook', async () => {
const cells: nbformat.ICell[] = [
{
cell_type: 'code',