0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/regression/api/canary/admin
Naz 5a150cc3b6 Removed duplicate snapshot initialization code
refs https://github.com/TryGhost/Toolbox/issues/158

- Allows for much smaller amount of code to configure a test to work with chai-jest-snapshots. They now work automatically for all regression tests and could be enabled for other suites by adding the "--require=./test/utils/snapshots.js" parameter in respective test:* package script
- Regenerated snapshot for authentication test as the naming structure
changed a little with the snapshot metadata being taken on a higher
level in the test (uses the suite name instead of a specific describe it
used to be called from)
2021-12-10 06:37:31 +13:00
..
authentication.test.js Removed duplicate snapshot initialization code 2021-12-10 06:37:31 +13:00
authentication.test.js.snap Removed duplicate snapshot initialization code 2021-12-10 06:37:31 +13:00
db.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
identities.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
images.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
labels.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
members.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
members_signin_url.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
notifications.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
pages.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
posts.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
redirects.test.js Slimmed down redirects test suites 2021-11-26 06:18:36 +13:00
schedules.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
settings.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
site.test.js Removed duplicate snapshot initialization code 2021-12-10 06:37:31 +13:00
site.test.js.snap Integrated chai-jest-snapshot 2021-12-09 22:20:54 +13:00
slack.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
users.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00
utils.js Removed unused test utils 2021-12-09 22:20:54 +13:00
webhooks.test.js Switched API regression tests to use frontendless boot 2021-11-25 03:20:47 +13:00