tests - disable terminal integration tests for web

This commit is contained in:
Benjamin Pasero
2020-03-19 09:37:11 +01:00
parent 9e89ada95f
commit c0eea2a712
16 changed files with 181 additions and 187 deletions

View File

@@ -8,7 +8,7 @@ import * as assert from 'assert';
import { join } from 'path';
import { commands, workspace, window, Uri, Range, Position, ViewColumn } from 'vscode';
suite('commands namespace tests', () => {
suite('vscode API - commands', () => {
test('getCommands', function (done) {