mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
refs https://github.com/TryGhost/Ghost/issues/10318 - `labs` setting is dropped from setting values as the use of JSON objec to sore settings has been deprecated - `labs` setting is no longer accepted as a paramter in the Settings API nor the impoprter. The value is ignored if present in the POST/PUT requests and returns 404 in case it is requested by key at `GET /settings/:key` |
||
---|---|---|
.. | ||
api | ||
exporter | ||
importer | ||
migrations | ||
models | ||
settings | ||
site | ||
update-check | ||
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.