File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
packages/core/src/test/codewhisperer Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ import assert from 'assert'
77import vscode from 'vscode'
88import sinon from 'sinon'
99import { join } from 'path'
10- import { getTestWorkspaceFolder } from 'aws-core-vscode/test'
11- import { CodeAnalysisScope , CodeWhispererConstants , ZipUtil } from 'aws-core-vscode/codewhisperer'
12- import { codeScanTruncDirPrefix } from 'aws-core-vscode/codewhisperer'
13- import { tempDirPath , ToolkitError } from 'aws-core-vscode/shared'
14- import { LspClient } from 'aws-core-vscode/amazonq'
15- import { fs } from 'aws-core-vscode/shared'
1610import path from 'path'
1711import JSZip from 'jszip'
12+ import { getTestWorkspaceFolder } from '../../testInteg/integrationTestsUtilities'
13+ import { ZipUtil } from '../../codewhisperer/util/zipUtil'
14+ import { CodeAnalysisScope , codeScanTruncDirPrefix } from '../../codewhisperer/models/constants'
15+ import { ToolkitError } from '../../shared/errors'
16+ import { fs } from '../../shared/fs/fs'
17+ import { tempDirPath } from '../../shared/filesystemUtilities'
18+ import { CodeWhispererConstants } from '../../codewhisperer/indexNode'
19+ import { LspClient } from '../../amazonq/lsp/lspClient'
1820
1921describe ( 'zipUtil' , function ( ) {
2022 const workspaceFolder = getTestWorkspaceFolder ( )
You can’t perform that action at this time.
0 commit comments