Skip to content

Commit f6bfb7a

Browse files
committed
fix esm
1 parent 034af45 commit f6bfb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typink/src/utils/__tests__/errors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, it, vi } from 'vitest';
2-
import { extractHumanReadableError } from '../errors';
2+
import { extractHumanReadableError } from '../errors.js';
33
import { DedotError } from 'dedot/utils';
44
import {
55
ContractDispatchError,

0 commit comments

Comments
 (0)