提交 e35510bc 编写于 作者: R rebornix

clean workspace after one test finishes.

上级 8dd06147
......@@ -212,6 +212,9 @@ suite('API tests', () => {
}
]
});
await vscode.commands.executeCommand('workbench.action.files.save');
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
});
test.skip('notebook editor active/visible', async function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册