Ghost/test/regression
Nazar Gargol 5f1060a8bf Renamed settings keys active_timezone to timezone
refs https://github.com/TryGhost/Ghost/issues/10318
refs 2614565d5a

- Renames to match referenced migration renames
- Fixed API responses so they are consistent with newly renamed fields
- Not returning lang and timezone keys from settings in API v2 ther rest should be returned in API v3/canary
2020-06-24 14:11:20 +12:00
..
api Renamed settings keys active_timezone to timezone 2020-06-24 14:11:20 +12:00
exporter
importer Removed use of deprecated setting flags from the codebase 2020-06-23 11:58:19 +12:00
migrations
models Renamed settings keys active_timezone to timezone 2020-06-24 14:11:20 +12:00
site 🐛 Fixed custom redirects for subdirectory setups 2020-06-16 10:24:13 +02:00
update-check Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01: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.