Ghost/test/integration
Naz 5a62253466 Removed "router" dependency from UrlGenerator
refs https://github.com/TryGhost/Toolbox/issues/127

- Passing around whole instance of a frontend router was an overkill when there are only 3 static pieces of information that needed to be loaded. Extracting the router out makes the UrlGenerator way more readable, tests slimer, and the memory footpring of the process should be slightly lighter
- The toString overloading didn't make sense at the time of this refactor, maybe if there's a concrete usecase we could resurect it in a form of passing in a router's name or something.
2021-11-15 18:32:34 +04:00
..
exporter Fixed integration tests 2021-10-14 13:22:45 +02:00
migrations Added integration test config & moved db-driven tests 2021-10-06 13:51:24 +01:00
settings Cleaned up some e2e/integration tests 2021-10-06 14:40:39 +01:00
url_service.test.js Removed "router" dependency from UrlGenerator 2021-11-15 18:32:34 +04:00