Ghost/test/regression
Hannah Wolfe bd597db829
Moved settings/cache to shared/settings-cache
- This is part of the quest to separate the frontend and server & get rid of all the places where there are cross-requires
- At the moment the settings cache is one big shared cache used by the frontend and server liberally
- This change doesn't really solve the fundamental problems, as we still depend on events, and requires from inside frontend
- However it allows us to control the misuse slightly better by getting rid of restricted requires and turning on that eslint ruleset
2021-06-30 15:49:10 +01:00
..
api Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
exporter Added products_benefits table 2021-06-24 17:21:01 +01:00
importer Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00
migrations 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
models Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
settings Added routes_hash setting (#12171) 2020-09-07 21:54:55 +12:00
site Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
README.md Updated acceptance&regression test suite readmes 2021-01-22 16:42:02 +13:00

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.