0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test/unit/helpers
Kevin Ansfield 4f3391cd04
Updated @tryghost/url-utils to v0.2.0 (#11004)
no issue

- updates `@tryghost/url-utils` following an internal refactor of the package
- renames `makeAbsoluteUrls` to `htmlRelativeToAbsolute` to better reflect what the function is doing
- renames `getBlogUrl` to `getSiteUrl`
- updates UrlUtils test stubbing util to work with a class
- fixes use of invalid port numbers in tests (max port number is 65535, any higher is an invalid URL that will error with some parsers)
2019-08-12 09:31:42 +01:00
..
test_tpl Attr pass-thru & full context in partial helpers 2019-03-09 21:21:01 +00:00
asset_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
author_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
authors_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
body_class_spec.js Added unit and regression tests for canary 2019-08-09 20:46:49 +05:30
concat_spec.js New {{concat}} helper 2019-08-05 12:12:05 +01:00
content_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
date_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
encode_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
excerpt_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
facebook_url_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
foreach_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
get_spec.js Added unit and regression tests for canary 2019-08-09 20:46:49 +05:30
ghost_foot_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
ghost_head_spec.js Added global site SEO fields to be used in theme helpers (#10930) 2019-07-25 11:08:29 +02:00
has_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
img_url_spec.js Updated @tryghost/url-utils to v0.2.0 (#11004) 2019-08-12 09:31:42 +01:00
index_spec.js Added {{link_class}} helper 2019-08-05 12:12:05 +01:00
is_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
lang_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
link_class_spec.js Added {{link_class}} helper 2019-08-05 12:12:05 +01:00
link_spec.js Added {{link_class}} helper 2019-08-05 12:12:05 +01:00
meta_description_spec.js Added global site SEO fields to be used in theme helpers (#10930) 2019-07-25 11:08:29 +02:00
meta_title_spec.js Added global site SEO fields to be used in theme helpers (#10930) 2019-07-25 11:08:29 +02:00
navigation_spec.js Updated navigation.hbs to use {{link_class}} 2019-08-05 12:12:05 +01:00
next_post_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
page_url_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
pagination_spec.js Updated docs api links to be version-less 2019-07-25 15:17:23 +08:00
plural_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
post_class_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
prev_post_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
reading_time_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
t_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
tags_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
template_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
title_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
twitter_url_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
url_spec.js Updated @tryghost/url-utils to v0.2.0 (#11004) 2019-08-12 09:31:42 +01:00
utils_spec.js Updated to use count words/images helpers from SDK (#10686) 2019-04-16 08:00:01 +05:30