Skip to content

chains table update + create table sort component & refactoring #153

chains table update + create table sort component & refactoring

chains table update + create table sort component & refactoring #153

Triggered via pull request October 11, 2024 14:38
Status Failure
Total duration 1m 1s
Artifacts

4_codecov.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.