Ghost/ghost/collections/test
Fabien "egg" O'Carroll 16db3bbf17 Removed deletable property in favour of protected slugs
We couldn't decide on the best way to encode this in the database.
e.g. deletable: true? or type: internal? but type conflicts with the
storage of manual/automatic.

For now we can use this, and add something in future if we're finding problems
2023-06-29 01:40:05 +01:00
..
fixtures Added collection's posts fetching to collections lib 2023-06-13 17:23:09 +07:00
.eslintrc.js
Collection.test.ts Removed deletable property in favour of protected slugs 2023-06-29 01:40:05 +01:00
collections.test.ts Added use of a slug generator to offload calculation of slugs 2023-06-29 01:40:05 +01:00
RepositoryUniqueChecker.test.ts Ensured uniqueness of slug in collections 2023-06-29 01:40:05 +01:00