Ghost/ghost/collections
Naz 7d926dd30b Refactored collections unit test suite
refs https://github.com/TryGhost/Team/issues/3167

- Duplicate service initialization was getting annoying
2023-05-19 20:42:46 +07:00
..
src Extended getAll method with paging metadata 2023-05-19 20:42:46 +07:00
test Refactored collections unit test suite 2023-05-19 20:42:46 +07:00
.eslintrc.js
package.json Extended save method to return saved collection data 2023-05-19 20:42:46 +07:00
README.md
tsconfig.json

Collections

Manages everything to do with Collections

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests