0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/regression
Kevin Ansfield 5189f5e640 Removed begin/end html comments from output of most cards
no issue

- the begin/end comments are only really useful when wrapping free-form content cards such as html and markdown, the rest all have specific elements and classes that can be used in parsers
- made the comment wrappers optional in the `render()` function created by the `createCard()` factory
- opted into comment wrappers for the html and markdown cards
2019-09-20 14:31:42 +01:00
..
api Updated author/author_id cleanup notes 2019-09-17 17:26:23 +02:00
apps/subscribers
exporter
importer Removed begin/end html comments from output of most cards 2019-09-20 14:31:42 +01:00
migrations Removed all clients and client_trusted_domains related code 2019-09-12 15:09:49 +01:00
models 🔥 Removed 'staticPages' filter (#11135) 2019-09-17 14:12:25 +02:00
site 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
update-check Fixed regression test 2019-05-02 21:04:16 +02:00
README.md

Regression Tests

This folder should contain packages which we test in a cron job once per day. These tests should ensure that we don't break Ghost.

The goal is that most of these packages use Ghost's API's to test behaviours, otherwise transform the tests into unit tests.