Skip to content

Commit edfcd6d

Browse files
YaroShkvorets0237h
andauthored
fix imports
Co-authored-by: Etienne Donneger <[email protected]>
1 parent 7e9ff4b commit edfcd6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli/src/command-helpers/abi.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, expect, test } from 'vitest';
2-
import { ContractService } from './contracts';
3-
import { loadRegistry } from './registry';
2+
import { ContractService } from './contracts.js';
3+
import { loadRegistry } from './registry.js';
44

55
// An object with some test cases for contract deployment block numbers
66
const TEST_CONTRACT_START_BLOCKS = {

0 commit comments

Comments
 (0)