Ghost/ghost/core/test/unit/api
Sagar Gupta bba4743739
Removed bluebird dependency from unit tests in core (#16096)
refs https://github.com/TryGhost/Ghost/issues/14882

- Replaced `new Promise.reject()` / `new Promise.resolve()` with the
static methods `Promise.reject` / `Promise/resolve` from native promises
- Replaced `Promise.delay()` with a promisified `setTimeout()`
2023-01-23 11:23:48 +00:00
..
canary Removed bluebird dependency from unit tests in core (#16096) 2023-01-23 11:23:48 +00:00