Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.21.0 #78

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

build(deps-dev): Bump @typescript-eslint/eslint-plugin

6321d97
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

build(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.21.0 #78

build(deps-dev): Bump @typescript-eslint/eslint-plugin
6321d97
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report succeeded Feb 12, 2024 in 1s

18 passed, 0 failed and 0 skipped

Tests passed successfully

✅ 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