Ghost/test/utils
Kukhyeon Heo 7528ec8c3b
🐛 Fixed redirects "to" query params forwarding (#12333)
ref #10898

- The redirects configuration's `to` & `from` URL parameters used to ignore it's query string parameters, which resulted in unexpected behavior
- Current changeset only partially fixes the issue. Now `to` URL's query parameters always take precedence over incoming query parameters and the rest of query parameters are passed through.
2021-01-05 14:11:06 +13:00
..
fixtures 🐛 Fixed redirects "to" query params forwarding (#12333) 2021-01-05 14:11:06 +13:00
mocks 🔥 Added support for Node 14 2020-10-23 12:57:02 +01:00
api.js
assertions.js
configUtils.js Fixed "no-shadow" eslint warning in tests 2020-10-19 17:45:26 +13:00
index.js Added acceptance test for /member/:id/?include=email_recipients (#12477) 2020-12-11 18:45:35 +00:00
urlUtils.js