0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/test/unit/helpers
Hannah Wolfe fc664ac697 Improved helper index, use glob to read directory
- Having to remember to add files to an index.js is a PITA
- We already have glob as a dependency, so use that
- This requires that the file prev_next be renamed to prev_post, which is what it's called as by default
- next_post is an alias of next_post - so this reflects that more closely
2020-04-10 13:08:41 +01:00
..
test_tpl
asset_spec.js
author_spec.js
authors_spec.js
body_class_spec.js
cancel_link_spec.js Moved labs usage into cancel_link helper file 2020-04-08 19:31:55 +01:00
concat_spec.js
content_spec.js
date_spec.js
encode_spec.js
excerpt_spec.js
facebook_url_spec.js
foreach_spec.js
get_spec.js
ghost_foot_spec.js Moved helper proxy into a service 2020-04-08 17:22:44 +01:00
ghost_head_spec.js Moved helper proxy into a service 2020-04-08 17:22:44 +01:00
has_spec.js
img_url_spec.js
is_spec.js
lang_spec.js Moved helper proxy into a service 2020-04-08 17:22:44 +01:00
link_class_spec.js
link_spec.js
meta_description_spec.js
meta_title_spec.js
navigation_spec.js
next_post_spec.js Improved helper index, use glob to read directory 2020-04-10 13:08:41 +01:00
page_url_spec.js
pagination_spec.js
plural_spec.js
post_class_spec.js
prev_post_spec.js
price_spec.js
raw_spec.js
reading_time_spec.js
t_spec.js
tags_spec.js
title_spec.js
twitter_url_spec.js
url_spec.js