Skip to content

Commit f503930

Browse files
committed
move to perf folder
1 parent 43f9661 commit f503930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/core/src/testInteg/downloadExportResultArchive.test.ts renamed to packages/core/src/testInteg/perf/downloadExportResultArchive.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import { WorkspaceFolder } from 'vscode'
77
import { ExportResultArchiveCommandInput } from '@amzn/codewhisperer-streaming'
88
import * as sinon from 'sinon'
99
import 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

1515
interface SetupResult {
1616
workspace: WorkspaceFolder

0 commit comments

Comments
 (0)