diff --git a/web3.js/.eslintignore b/web3.js/.eslintignore index aa35977f9a..ae9d81a32c 100644 --- a/web3.js/.eslintignore +++ b/web3.js/.eslintignore @@ -7,3 +7,4 @@ /.eslintrc.js /test/.eslintrc.js /test/dist +/rollup.config.js diff --git a/web3.js/test/connection.test.ts b/web3.js/test/connection.test.ts index 1873030cdd..68ed5c74ae 100644 --- a/web3.js/test/connection.test.ts +++ b/web3.js/test/connection.test.ts @@ -22,12 +22,9 @@ import {MOCK_PORT, url} from './url'; import { BLOCKHASH_CACHE_TIMEOUT_MS, Commitment, - CompiledInnerInstruction, EpochInfo, EpochSchedule, InflationGovernor, - ParsedInnerInstruction, - ParsedInstruction, SlotInfo, } from '../src/connection'; import {sleep} from '../src/util/sleep';