Adopt new mocha types

This commit is contained in:
Alexandru Dima
2020-12-18 14:19:51 +01:00
parent f74ad9692f
commit edd37076b4
16 changed files with 25 additions and 33 deletions

View File

@@ -1272,8 +1272,7 @@ suite('regression', () => {
assert.strictEqual(vscode.window.activeNotebookEditor!.document.uri.toString(), resource.toString());
});
test('Cannot open notebook from cell-uri with vscode.open-command', async function () {
this.skip();
test.skip('Cannot open notebook from cell-uri with vscode.open-command', async function () {
assertInitalState();
const resource = await createRandomFile('', undefined, 'first', '.vsctestnb');
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');