Ghost/ghost/members-importer/test
Aileen Nowak dd702f6ef8 Allow setting context for members importer and use correct source
no issue

When importing members, the members-importer isn't aware of the context and therefore falls back to use `member` as a source in members event table. This makes it impossible to determine imported members from others.
- Added an `context` property to the options in the members-importer constructor
- Checked for `importer` context when creating member events and assigned the source `admin` to it
2022-04-27 15:27:19 -04:00
..
fixtures Added very basic unit test coverage to cover happy path import 2021-07-22 01:53:21 +12:00
utils Initialized members-importer package 2021-07-22 01:53:21 +12:00
.eslintrc.js Initialized members-importer package 2021-07-22 01:53:21 +12:00
importer.test.js Allow setting context for members importer and use correct source 2022-04-27 15:27:19 -04:00