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

@@ -4,9 +4,9 @@
*--------------------------------------------------------------------------------------------*/
import * as assert from 'assert';
import { join } from 'path';
import * as vscode from 'vscode';
import { closeAllEditors, pathEquals } from '../utils';
import { join } from 'path';
suite('vscode API - workspace', () => {