Commit b16dd2a9 authored by Moody Salem's avatar Moody Salem

chore: add one more unit test for ALL_SUPPORTED_CHAIN_IDS

parent 08a8f669
......@@ -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()
})
})
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment