Skip to content

Commit

Permalink
src/goTestExplorer: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Jun 25, 2021
1 parent c2cddb5 commit 6cf3c3d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/goTestExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import {
FileType,
WorkspaceFolder,
TestRunRequest,
CancellationToken,
window,
OutputChannel,
TestResultState,
TestRun
Expand All @@ -21,11 +19,8 @@ import path = require('path');
import { getModFolderPath, isModSupported } from './goModules';
import { getCurrentGoPath } from './util';
import { GoDocumentSymbolProvider } from './goOutline';
import { testAtCursor } from './goTest';
import { getGoConfig } from './config';
import { gocodeClose } from './goTools';
import { getTestFlags, getTestFunctionDebugArgs, getTestTags, goTest, TestConfig } from './testUtils';
import { resolve } from 'path';
import { getTestFlags, goTest } from './testUtils';

// We could use TestItem.data, but that may be removed
const symbols = new WeakMap<TestItem, DocumentSymbol>();
Expand Down

0 comments on commit 6cf3c3d

Please sign in to comment.