File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/core/src/testInteg Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: Apache-2.0
44 */
55
6- import { performanceTest } from '../../ shared/performance/performance'
6+ import { performanceTest } from '../shared/performance/performance'
77import * as sinon from 'sinon'
88import * as vscode from 'vscode'
99import assert from 'assert'
10- import { LspClient , LspController } from '../../ amazonq'
10+ import { LspClient , LspController } from '../amazonq'
1111import { LanguageClient , ServerOptions } from 'vscode-languageclient'
12- import { createTestWorkspace } from '../testUtil'
13- import { GetUsageRequestType , IndexRequestType } from '../../ amazonq/lsp/types'
14- import { getRandomString } from '../../ shared'
12+ import { createTestWorkspace } from '../test/ testUtil'
13+ import { GetUsageRequestType , IndexRequestType } from '../amazonq/lsp/types'
14+ import { getRandomString } from '../shared'
1515
1616interface SetupResult {
1717 clientReqStub : sinon . SinonStub
You can’t perform that action at this time.
0 commit comments