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 { commands, Uri } from 'vscode';
import { join, basename, normalize, dirname } from 'path';

View File

@@ -3,5 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/// <reference types='@types/mocha'/>
/// <reference types='@types/node'/>