未验证 提交 b97c839e 编写于 作者: L Logan Ramos

Forgot to re-enable test

上级 e1d7d8f0
......@@ -763,7 +763,7 @@ suite('Notebook API tests', function () {
assert.strictEqual(vscode.window.activeNotebookEditor!.document.uri.toString(), document.uri.toString());
});
test.only('Cannot open notebook from cell-uri with vscode.open-command', async function () {
test('Cannot open notebook from cell-uri with vscode.open-command', async function () {
const document = await openRandomNotebookDocument();
const [cell] = document.getCells();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册