Skip to content

Commit

Permalink
fix: importing clarigen/core in local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed May 17, 2024
1 parent a5eacef commit becb945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/test/abi-types.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import type {
// ClarityAbiType,
ClarityAbiTypeUInt128,
ClarityAbiTypeBool,
} from '@clarigen/core';
import { contractsFactory } from '@clarigen/core';
} from '../src';
import { contractsFactory } from '../src';
import { test, expect } from 'vitest';

export type ClarityAbiType = ClarityAbiTypeTuple | ClarityAbiTypeUInt128 | ClarityAbiTypeBool;
Expand Down

0 comments on commit becb945

Please sign in to comment.