Skip to content

Commit eaa6da7

Browse files
committed
fix imports
1 parent 07c65a6 commit eaa6da7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/core/src/testInteg/tryInstallLsp.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
import assert from 'assert'
6-
import { performanceTest } from '../../../shared/performance/performance'
7-
import { LspController } from '../../../amazonq'
8-
import { fs, getRandomString, globals } from '../../../shared'
96
import sinon from 'sinon'
107
import { Content } from 'aws-sdk/clients/codecommit'
11-
import { createTestWorkspace } from '../../testUtil'
128
import AdmZip from 'adm-zip'
139
import path from 'path'
10+
import { LspController } from '../amazonq'
11+
import { fs, getRandomString, globals } from '../shared'
12+
import { createTestWorkspace } from '../test/testUtil'
13+
import { performanceTest } from '../shared/performance/performance'
1414

1515
// fakeFileContent is matched to fakeQServerContent based on hash.
1616
const fakeHash = '4eb2865c8f40a322aa04e17d8d83bdaa605d6f1cb363af615240a5442a010e0aef66e21bcf4c88f20fabff06efe8a214'

0 commit comments

Comments
 (0)