0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/regression
Hannah Wolfe 414344c86c
Improved property matchers concept in e2e-framework
refs: https://github.com/TryGhost/Toolbox/issues/158

- rather than just exposing any, anything and string matching, expose more specific matchers.
- this was triggered by `any(Date)` not working for dates in our API
- it seems poor to match `any(String)` for something we want to be a well formatted date
- establishes the pattern of using our defined matchers instead of requiring any/anything from jest
2022-02-08 16:36:08 +00:00
..
api Improved property matchers concept in e2e-framework 2022-02-08 16:36:08 +00:00
mock-express-style Updated casper test fixture to latest version 2022-01-25 14:10:53 +00:00
models Updated tests for default content visibility 2022-02-04 19:56:11 +05:30
site Upgraded remaining theme fixtures to canary API 2022-01-24 21:55:13 +00:00