Ghost/test/regression
Vikas Potluri c17a6e457c
Removed import of common sub-modules (#11849)
* replaced import of `common/logging` with destructuring the "module" in migrations
* removed reference to `index` in admin regression test
2020-05-26 21:12:13 +01:00
..
api Removed import of common sub-modules (#11849) 2020-05-26 21:12:13 +01:00
exporter Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
importer Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
migrations Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
models Refactored tests to destructure common lib import (#11838) 2020-05-25 09:49:38 +01:00
site Refactored tests to destructure common lib import (#11838) 2020-05-25 09:49:38 +01:00
update-check Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
README.md Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00

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.