0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/api/canary/utils/serializers/output
Hannah Wolfe 9db1694647 Removed unnecessary tags serializer
refs: https://github.com/TryGhost/Toolbox/issues/245

- we don't need this serializer because the default serializer will call the tags mapper
- for now I've changed, rather than removed the tag serializer test as this shows default works the same!
2022-03-23 13:23:23 +00:00
..
utils Refactored mapper into individual files (#14328) 2022-03-16 12:44:11 +00:00
all.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
default.test.js Added default serializer + handling 2022-03-22 13:52:32 +00:00
mapper.test.js Refactored mapper into individual files (#14328) 2022-03-16 12:44:11 +00:00
pages.test.js Refactored mapper into individual files (#14328) 2022-03-16 12:44:11 +00:00
posts.test.js Refactored mapper into individual files (#14328) 2022-03-16 12:44:11 +00:00
preview.test.js Refactored mapper into individual files (#14328) 2022-03-16 12:44:11 +00:00
tags.test.js Removed unnecessary tags serializer 2022-03-23 13:23:23 +00:00