diff --git a/test/cli.test.ts b/test/cli.test.ts index 8d53c1f72..a9b7a6965 100644 --- a/test/cli.test.ts +++ b/test/cli.test.ts @@ -16,8 +16,8 @@ You should have received a copy of the GNU Lesser General Public License along with the library. If not, see . */ -import { Configuration, Network } from '../packages/cli/dist' -import { getConfigFile, getDeploymentFilePath, getNetwork, loadConfig } from '../packages/cli/dist' +import { Configuration, Network } from '@alephium/cli' +import { getConfigFile, getDeploymentFilePath, getNetwork, loadConfig } from '@alephium/cli' import path from 'path' describe.skip('utils', () => {