Ghost/test/unit/frontend/services/routing
Naz add30f3d5b Decoupled frontend routing from url service
refs https://linear.app/tryghost/issue/CORE-103/decouple-internal-frontend-code-from-url-module

- By becoming a parameter in the routing bootstrap process URL is Service no longer a "require" inside the frontend controllers but rather becomes a part of the "internal API" of the bootstrapper. This is not the end form of it, rather a step closer to decouplint routing from the URL serivce.
- The bootstrap module needs a facelift to have cleaner distinction between init/start methods. This is left for another time
2021-10-14 05:55:49 +13:00
..
controllers Decoupled frontend routing from url service 2021-10-14 05:55:49 +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
CollectionRouter.test.js Moved frontend unit tests into their own folder 2021-10-06 11:58:29 +01:00
ParentRouter.test.js Moved frontend unit tests into their own folder 2021-10-06 11:58:29 +01:00
registry.test.js Moved frontend unit tests into their own folder 2021-10-06 11:58:29 +01:00
RSSRouter.test.js Moved frontend unit tests into their own folder 2021-10-06 11:58:29 +01:00
StaticRoutesRouter.test.js Moved frontend unit tests into their own folder 2021-10-06 11:58:29 +01:00
TaxonomyRouter.test.js Moved frontend unit tests into their own folder 2021-10-06 11:58:29 +01:00