Ghost/test/unit/frontend/services/routing
Naz ca2809d432 Extracted an explicit "filter" parameter in UrlGenerator constructor
refs https://github.com/TryGhost/Toolbox/issues/127

- This is an effor t to define a precise set of data needed for the UrlGenerator to function, which should help with decoupling it from the frontend routes
2021-11-15 18:32:34 +04:00
..
controllers Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
helpers Moved frontend unit tests into their own folder 2021-10-06 11:58:29 +01:00
middlewares Moved frontend unit tests into their own folder 2021-10-06 11:58:29 +01:00
bootstrap.test.js Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
CollectionRouter.test.js Extracted an explicit "filter" parameter in UrlGenerator constructor 2021-11-15 18:32:34 +04:00
ParentRouter.test.js Removed unnecessary checks in unit test suites 2021-10-19 07:29:09 +13:00
registry.test.js Moved frontend unit tests into their own folder 2021-10-06 11:58:29 +01:00
RSSRouter.test.js Removed unnecessary checks in unit test suites 2021-10-19 07:29:09 +13:00
StaticRoutesRouter.test.js Extracted an explicit "filter" parameter in UrlGenerator constructor 2021-11-15 18:32:34 +04:00
TaxonomyRouter.test.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00