File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/core/src/testInteg Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 */
55import assert from 'assert'
66import * as sinon from 'sinon'
7- import { performanceTest } from '../../shared/performance/performance '
8- import { fs , getRandomString , globals } from '../../ shared'
9- import * as CodeWhispererConstants from '../../codewhisperer/models/constants '
10- import { TransformByQState , ZipManifest } from '../../ codewhisperer'
11- import { zipCode } from '../../codewhisperer/indexNode '
12- import { createTestWorkspace } from '../testUtil '
7+ import { TransformByQState , ZipManifest } from '../codewhisperer '
8+ import { fs , getRandomString , globals } from '../shared'
9+ import { createTestWorkspace } from '../test/testUtil '
10+ import * as CodeWhispererConstants from '../codewhisperer/models/constants '
11+ import { performanceTest } from '../shared/performance/performance '
12+ import { zipCode } from '../codewhisperer/indexNode '
1313
1414interface SetupResult {
1515 tempDir : string
You can’t perform that action at this time.
0 commit comments