Skip to content

Commit ab4d9f8

Browse files
fix: export TEST_CHAIN from test-utils for test compatibility
- Export TEST_CHAIN constant to fix import errors in test files - Resolves TypeScript compilation errors in CI check-types step
1 parent 18782b4 commit ab4d9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { IExec, utils } from 'iexec';
77
import { randomInt } from 'crypto';
88
import { getSignerFromPrivateKey } from 'iexec/utils';
99

10-
const TEST_CHAIN = {
10+
export const TEST_CHAIN = {
1111
rpcURL: 'http://localhost:8545',
1212
chainId: '134',
1313
smsURL: 'http://127.0.0.1:13300',

0 commit comments

Comments
 (0)