0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test/utils
Naz Gargol bb355ac9f2
Added members CSV import to Admin API (#11197)
no issue

- Improved error handling for member creation. We should be returning 422s instead of 500 when possible
- Wrapped `members.add` method with Bluebird promise. Wrapping is needed to be able to use `.reflect()` in CSV export method
- Added proper members CSV fixture
2019-10-03 19:59:19 +02:00
..
fixtures Added members CSV import to Admin API (#11197) 2019-10-03 19:59:19 +02:00
mocks
api.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
assertions.js
configUtils.js
index.js Added members POST API (#11189) 2019-10-03 11:15:50 +02:00
urlUtils.js Updated @tryghost/url-utils to v0.2.0 (#11004) 2019-08-12 09:31:42 +01:00