use import mocha instead of <reference> for some tests

This commit is contained in:
Matt Bierner
2017-11-07 14:54:11 -08:00
parent a50a146651
commit 69832fddf6
20 changed files with 21 additions and 12 deletions

View File

@@ -5,6 +5,7 @@
'use strict';
import 'mocha';
import * as assert from 'assert';
import { join } from 'path';
import { commands, workspace, window, Uri, ViewColumn, Range, Position } from 'vscode';

View File

@@ -3,6 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import 'mocha';
import * as assert from 'assert';
import * as vscode from 'vscode';

View File

@@ -4,5 +4,4 @@
*--------------------------------------------------------------------------------------------*/
/// <reference path="../../../../src/vs/vscode.d.ts" />
/// <reference types='@types/mocha'/>
/// <reference types='@types/node'/>