Skip to content

Commit

Permalink
add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jan 15, 2024
1 parent e3355c1 commit a7984f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3/test/e2e/sepolia/get_storage_at.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ describe(`${getSystemTestBackend()} tests - getStorageAt`, () => {
result === '0x0000000000000000000000000000000000000000000000000000000000000000',
).toBeTruthy();
} else {
// eslint-disable-next-line
console.log(block);
// eslint-disable-next-line jest/no-conditional-expect
expect(result).toBe(
Expand Down

0 comments on commit a7984f9

Please sign in to comment.