tests - browser tests to go through new log service

This commit is contained in:
Benjamin Pasero
2020-02-07 16:22:06 +01:00
parent f9c5a5511e
commit 5e0189c8bf
8 changed files with 95 additions and 40 deletions

View File

@@ -14,7 +14,7 @@ const webviewId = 'myWebview';
const testDocument = join(vscode.workspace.rootPath || '', './bower.json');
// TODO: Re-enable after https://github.com/microsoft/vscode/issues/88415
suite.skip('Webview tests', () => {
('electron' in process.versions ? suite.skip : suite)('Webview tests', () => {
const disposables: vscode.Disposable[] = [];
function _register<T extends vscode.Disposable>(disposable: T) {