mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Fix webviews for electron 7
Caused by #83796 Also re-enables the webview tests
This commit is contained in:
@@ -13,7 +13,7 @@ const webviewId = 'myWebview';
|
||||
|
||||
const testDocument = join(vscode.workspace.rootPath || '', './bower.json');
|
||||
|
||||
suite.skip('Webview tests', () => {
|
||||
suite('Webview tests', () => {
|
||||
const disposables: vscode.Disposable[] = [];
|
||||
|
||||
function _register<T extends vscode.Disposable>(disposable: T) {
|
||||
|
||||
Reference in New Issue
Block a user