Organize imports in ext tests

This commit is contained in:
Matt Bierner
2021-08-11 16:54:43 -07:00
parent 4b80b4cd36
commit ab8e743520
19 changed files with 31 additions and 31 deletions

View File

@@ -3,8 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { assertNoRpcFromEntry, assertNoRpc, disposeAll } from '../utils';
import * as vscode from 'vscode';
import { assertNoRpc, assertNoRpcFromEntry, disposeAll } from '../utils';
suite('vscode', function () {