This commit is contained in:
Pine Wu 2019-09-25 11:55:55 -07:00
Родитель 8ea67049c0
Коммит efe3fa8317
2 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -7,9 +7,7 @@ import * as vscode from 'vscode';
// import * as myExtension from '../extension';
suite('Extension Test Suite', () => {
before(() => {
vscode.window.showInformationMessage('Start all tests.');
});
vscode.window.showInformationMessage('Start all tests.');
test('Sample test', () => {
assert.equal(-1, [1, 2, 3].indexOf(5));

Просмотреть файл

@ -7,9 +7,7 @@ import * as vscode from 'vscode';
// import * as myExtension from '../extension';
suite('Extension Test Suite', () => {
before(() => {
vscode.window.showInformationMessage('Start all tests.');
});
vscode.window.showInformationMessage('Start all tests.');
test('Sample test', () => {
assert.equal(-1, [1, 2, 3].indexOf(5));