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

@@ -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 { Selection } from 'vscode';
import { withRandomFileEditor, closeAllEditors } from './testUtils';