mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
test(catalog): include getNodesByOfferId in useCatalogActions contract
Upstream Buy/Search fix added getNodesByOfferId to the useCatalogActions filter but didn't refresh the actions-shape contract test in useCatalog.filters.test.tsx. Add the key so the test reflects the current public surface.
This commit is contained in:
@@ -142,6 +142,7 @@ describe('useCatalog filter contract', () =>
|
||||
'getBuilderFurniPlaceableStatus',
|
||||
'getNodeById',
|
||||
'getNodeByName',
|
||||
'getNodesByOfferId',
|
||||
'openCatalogByType',
|
||||
'openPageById',
|
||||
'openPageByName',
|
||||
|
||||
Reference in New Issue
Block a user