Skip to content

Commit dfcaa1f

Browse files
committed
Unskip test, fix microsoft#140200
already skipped in browser
1 parent 513afb5 commit dfcaa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/vscode-api-tests/src/singlefolder-tests/notebook.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
190190
assert.strictEqual(selectionRedo[0].end, 2);
191191
});
192192

193-
test.skip('editor editing event', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/140200
193+
test('editor editing event', async function () {
194194
const notebook = await openRandomNotebookDocument();
195195
const editor = await vscode.window.showNotebookDocument(notebook);
196196

0 commit comments

Comments
 (0)