Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(frontend): handle new lines (#3977)
# Motivation Using Svelte v5 #3939 in tests renders the spaces as defined in the component while in v4 we got just one. ``` - Expected + Received - 0.22 BTC + 0.22 + BTC ``` for ``` {formatToken({ value: balance ?? ZERO, unitName: token.decimals, displayDecimals: token.decimals })} {token.symbol} ``` So we can split the expected results.
- Loading branch information