Update webview bits version for tests

This commit is contained in:
Matt Bierner
2021-12-07 16:15:13 -08:00
parent 2189e66f27
commit c2f4daf348
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ function workspaceFile(...segments: string[]) {
const testDocument = workspaceFile('bower.json');
suite.skip('vscode API - webview', () => {
suite('vscode API - webview', () => {
const disposables: vscode.Disposable[] = [];
function _register<T extends vscode.Disposable>(disposable: T) {