0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/test/regression
Naz 95706aa37e Moved validate&yaml-parser modules to backend
refs https://linear.app/tryghost/issue/CORE-35/refactor-route-and-redirect-settings

- These modules should be colocated along with the rest of routes.yaml related modules
- They will later be extracted into external modules
2021-09-28 04:59:41 +13:00
..
api Added custom_theme_settings table/model (#13327) 2021-09-23 11:51:18 +01:00
exporter Added custom_theme_settings table/model (#13327) 2021-09-23 11:51:18 +01:00
importer
migrations Added custom theme settings browse/edit permissions for Administrators (#13361) 2021-09-27 09:59:09 +01:00
models
settings
site Moved validate&yaml-parser modules to backend 2021-09-28 04:59:41 +13:00
README.md

Regression Tests

These tests should ensure that we don't break Ghost for all available APIs.

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