Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 4033874

Browse files
author
luu-alex
committed
fix lint
1 parent 81cec38 commit 4033874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3/test/e2e/get_balance.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe(`${getSystemTestBackend()} tests - getBalance`, () => {
8686
expect(result).toBe(expectedBalance);
8787
break;
8888
case 'NUMBER_BIGINT':
89-
// eslint-dgit cisable-next-line jest/no-conditional-expect
89+
// eslint-disable-next-line jest/no-conditional-expect
9090
expect(result).toBe(BigInt(expectedBalance));
9191
break;
9292
default:

0 commit comments

Comments
 (0)