Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Oct 21, 2024
1 parent 92448af commit 2c0cd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ You should have received a copy of the GNU Lesser General Public License
along with the library. If not, see <http://www.gnu.org/licenses/>.
*/

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', () => {
Expand Down

0 comments on commit 2c0cd88

Please sign in to comment.