delay cells change from revert.

This commit is contained in:
rebornix
2020-06-19 13:52:59 -07:00
parent 3da3560533
commit ac9e97aaa5
5 changed files with 25 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ async function splitEditor() {
await once;
}
suite('API tests', () => {
suite('Notebook API tests', () => {
test('document open/close event', async function () {
const resource = vscode.Uri.file(join(vscode.workspace.rootPath || '', './first.vsctestnb'));
const firstDocumentOpen = getEventOncePromise(vscode.notebook.onDidOpenNotebookDocument);