chore: add one more unit test for ALL_SUPPORTED_CHAIN_IDS
This commit is contained in:
parent
08a8f669e8
commit
b16dd2a930
@ -22,5 +22,9 @@ describe('chains', () => {
|
||||
expect(SupportedChainId[chainId]).toBeTruthy()
|
||||
})
|
||||
})
|
||||
|
||||
it('all values are numeric', () => {
|
||||
expect(ALL_SUPPORTED_CHAIN_IDS.every((chainId) => typeof chainId === 'number')).toBeTruthy()
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user