force color #493
Annotations
2 errors
error: expect(received).toMatchSnapshot(expected):
helpers/index.ts#L7
Expected:
{
"address": "5FA9nQDVg267DEd8m1ZypXLBnvN7SFxYwV7ndqSYGiN9TTpu",
"decimals": 12,
"fromChain": "(rounded 985)",
"toChain": "(rounded 1.95)",
}
Received:
{
"address": "5FA9nQDVg267DEd8m1ZypXLBnvN7SFxYwV7ndqSYGiN9TTpu",
"decimals": 12,
"fromChain": "(rounded 985)",
"toChain": "(rounded 1.94)",
}
at toMatchSnapshot (/runner/work/e2e-tests/e2e-tests/helpers/index.ts:7:5)
at processTicksAndRejections (:61:77)
|
tests (bridge-sdk)
Process completed with exit code 1.
|