feat: add handle successor and parent markets - add some more unit tests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user