mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
no test.only, fyi @bpasero
This commit is contained in:
@@ -77,7 +77,7 @@ suite.skip('Notebook Editor', function () {
|
||||
assert.strictEqual(editor2.viewColumn, vscode.ViewColumn.Two);
|
||||
});
|
||||
|
||||
test.skip('Opening a notebook should fire activeNotebook event changed only once', async function () {
|
||||
test('Opening a notebook should fire activeNotebook event changed only once', async function () {
|
||||
const openedEditor = utils.asPromise(vscode.window.onDidChangeActiveNotebookEditor);
|
||||
const resource = await utils.createRandomFile(undefined, undefined, '.nbdtest');
|
||||
const editor = await vscode.window.showNotebookDocument(resource);
|
||||
|
||||
Reference in New Issue
Block a user