0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/ghost/api-framework/test
Halldor Thorhallsson 79c80f28cc
Removed bluebird from api-framework module (#15685)
refs: https://github.com/TryGhost/Ghost/issues/14882

- Removing bluebird specific methods in favour of the Ghost sequence method so we can remove the bluebird dependency
2022-10-31 19:30:18 +00:00
..
serializers Removed bluebird from api-framework module (#15685) 2022-10-31 19:30:18 +00:00
util
validators Removed bluebird from api-framework module (#15685) 2022-10-31 19:30:18 +00:00
.eslintrc.js
frame.test.js Fixed some type issues with the api framework 2022-08-23 14:49:29 +01:00
headers.test.js Added tests to HTTP module of api-framework 2022-08-12 10:16:01 +02:00
http.test.js Fixed some type issues with the api framework 2022-08-23 14:49:29 +01:00
pipeline.test.js