File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/core/src/testInteg/perf Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ import { WorkspaceFolder } from 'vscode'
77import { ExportResultArchiveCommandInput } from '@amzn/codewhisperer-streaming'
88import * as sinon from 'sinon'
99import path from 'path'
10- import { fs , getRandomString } from '../shared'
11- import { createTestWorkspace } from '../test/testUtil'
12- import { performanceTest } from '../shared/performance/performance'
13- import { downloadExportResultArchive } from '../shared/utilities/download'
10+ import { fs , getRandomString } from '../../ shared'
11+ import { createTestWorkspace } from '../../ test/testUtil'
12+ import { performanceTest } from '../../ shared/performance/performance'
13+ import { downloadExportResultArchive } from '../../ shared/utilities/download'
1414
1515interface SetupResult {
1616 workspace : WorkspaceFolder
You can’t perform that action at this time.
0 commit comments