chains table update + create table sort component & refactoring #153
Annotations
3 errors
tests/unit/functions.test.ts > getShortAddress > should return shortened address with custom first and last characters:
tests/unit/functions.test.ts#L817
AssertionError: expected '0x1234..5678' to be '0x123456..5678' // Object.is equality
- Expected
+ Received
- 0x123456..5678
+ 0x1234..5678
β― tests/unit/functions.test.ts:817:20
|
tests/unit/functions.test.ts > getShortAddress > should return full address if firstChars + lastChars covers the whole address:
tests/unit/functions.test.ts#L835
AssertionError: expected '0xa..def' to be '0xab..ef' // Object.is equality
- Expected
+ Received
- 0xab..ef
+ 0xa..def
β― tests/unit/functions.test.ts:835:20
|
build
Process completed with exit code 1.
|