mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Fix notebook tests
This commit is contained in:
@@ -437,6 +437,6 @@ suite('webview resource uri', () => {
|
||||
await waitFor(500);
|
||||
assert.equal(vscode.notebook.activeNotebookEditor !== undefined, true, 'notebook first');
|
||||
const uri = vscode.notebook.activeNotebookEditor!.asWebviewUri(vscode.Uri.parse('./hello.png'));
|
||||
assert.equal(uri.scheme, 'vscode-resource');
|
||||
assert.equal(uri.scheme, 'vscode-webview-resource');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user