0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/test/unit
Hannah Wolfe 22b6f1af99 Improved behaviour of default and all handlers
refs: https://github.com/TryGhost/Toolbox/issues/245

- .all methods are fallback serializers not to be run as well as a custom serializer
- The default serializer is also a fallback
- The "All" file with before and after are global hooks that _always_ get run as well as other serializers
- There's a lot of room for further improvement here especially with naming but this logic makes more sense
  for the usecases AND doesn't affect v2 & v3 etc. We can do another pass after 5.0
2022-03-29 13:44:21 +01:00
..
api Improved behaviour of default and all handlers 2022-03-29 13:44:21 +01:00
frontend Removed unnecessary use of rewire 2022-03-24 19:32:06 +00:00
server Split apart DB init queries in tests 2022-03-28 16:17:17 +01:00
shared Removed unnecessary use of rewire 2022-03-24 19:32:06 +00:00