0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/regression/api/v0.1
Naz Gargol abda6e6338
Migrated to use url-utils from Ghost-SDK (#10787)
closes #10773

- The refactoring is a substitute for `urlService.utils` used previously throughout the codebase and now extracted into the separate module in Ghost-SDK
- Added url-utils stubbing utility for test suites
- Some tests had to be refactored to avoid double mocks (when url's are being reset inside of rested 'describe' groups)
2019-06-18 15:13:55 +02:00
..
authentication_spec.js
configuration_spec.js
db_spec.js Fixed regression tests 2019-02-18 19:22:32 +01:00
error_spec.js
invites_spec.js
notifications_spec.js
oembed_spec.js
posts_spec.js
public_api_spec.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
redirects_spec.js Fixed regression tests 2019-04-02 11:23:46 +08:00
roles_spec.js
schedules_spec.js
settings_spec.js
slugs_spec.js
spam_prevention_spec.js
subscribers_spec.js
tags_spec.js Ensured defaults when creating resources 2019-02-07 20:20:10 +01:00
themes_spec.js
upload_icon_spec.js Fixed regression tests 2019-02-18 19:22:32 +01:00
upload_spec.js Fixed regression tests 2019-02-18 19:22:32 +01:00
users_spec.js
utils.js Added Canonical URL support to posts&pages in Admin & Content API v2 (#10594) 2019-03-12 17:51:29 +08:00
webhooks_spec.js