feat: add handle successor and parent markets - add some more unit tests

This commit is contained in:
maciek
2023-07-06 15:04:45 +02:00
parent 37f130a7da
commit b655ca03d7
@@ -270,7 +270,7 @@ describe('MarketSuccessorBanner', () => {
).toHaveAttribute('href', '/markets/successorMarketID');
});
it('should display optionally successor volume ', () => {
it('should display optionally successor volume', () => {
mockDataSuccessorMarket = {
...mockDataSuccessorMarket,
positionDecimalPlaces: 3,