Ghost/test/unit/frontend/services/routing
Naz 098891ee9a Removed bootstrap module dependency from frontend routers
refs https://linear.app/tryghost/issue/CORE-104/decouple-frontend-routing-events-from-urlserver-events

- "routerCreated" call was causing a need to create a dependency on the frontend Router level which didn't fit nicely with the refactor of the bootstrap into a class, it's also makes way more sense having it as an independent parameter instead of a call on a module (makes testing way more readable too!)
2021-10-19 07:29:09 +13:00
..
controllers Moved URL service to backend 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 Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00
CollectionRouter.test.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13: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 Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00
TaxonomyRouter.test.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00