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

Commit 88f76ba

Browse files
author
luu-alex
committed
update lint
1 parent 7f871ce commit 88f76ba

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
@@ -85,7 +85,7 @@ describe(`${getSystemTestBackend()} tests - getBalance`, () => {
8585
expect(result).toBe(expectedBalance);
8686
break;
8787
case 'NUMBER_BIGINT':
88-
// eslint-dgit cisable-next-line jest/no-conditional-expect
88+
// eslint-disable-next-line jest/no-conditional-expect
8989
expect(result).toBe(BigInt(expectedBalance));
9090
break;
9191
default:

0 commit comments

Comments
 (0)