build(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.21.0 #78
GitHub Actions / Test Report
succeeded
Feb 12, 2024 in 1s
18 passed, 0 failed and 0 skipped
✅ coverage-tests-report.json
18 tests were completed in 13ms with 18 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
test/unit/aave.unit.test.ts | 1✅ | 0ms | ||
test/unit/accounts.unit.test.ts | 1✅ | 0ms | ||
test/unit/erc20.unit.test.ts | 1✅ | 1ms | ||
test/unit/multicall.unit.test.ts | 1✅ | 0ms | ||
test/unit/uniqueIds.unit.test.ts | 1✅ | 0ms | ||
test/unit/utils.unit.test.ts | 13✅ | 4ms |
✅ test/unit/aave.unit.test.ts
aave.ts getAllAaveV3Addresses
✅ should return all addresses
✅ test/unit/accounts.unit.test.ts
accounts.ts getAllAccounts
✅ should return all addresses
✅ test/unit/erc20.unit.test.ts
erc20.ts getAllErc20s
✅ should return all addresses
✅ test/unit/multicall.unit.test.ts
multicall.ts getAllMulticallAddresses
✅ should return all addresses
✅ test/unit/uniqueIds.unit.test.ts
Unique IDs
✅ Unique IDs should be unique per network across address types
✅ test/unit/utils.unit.test.ts
utils.ts toErc20InstancePerNamedNetwork
✅ should man multiple instances of same ERC20 for a network
✅ should map default singleton to both instance ID and symbol as ID
✅ should map multiple ERC20s for a network
✅ should map multiple networks
✅ should map non-default singleton to singleton
✅ should map undefined-default as non-default
✅ should return empty object for empty input
utils.ts toNamedAddressesPerNamedNetwork
✅ should map all networks for a role
✅ should map all role groups
✅ should map all roles in a role group
✅ should return empty object for empty input
✅ should return empty object for empty role group
✅ should use role ID as address name
Loading