Ghost/ghost/members-importer
Naz d165a0017c
Extracted MembersCSVImporter to a builder method
refs https://github.com/TryGhost/Toolbox/issues/430
refs https://github.com/TryGhost/Ghost/issues/14882

- The MembersCSVImporter constructor is way to complex and needs refactoring. This complexity makes initialization in tests too bulky and makes tests hard to read.
- Having a builder method is a stopgap solution to avoid going into MembersCSVImporter refactoring too deep.
2022-10-19 18:10:40 +08:00
..
lib Removed hidden row mapping in csv parser 2022-10-19 18:10:40 +08:00
test Extracted MembersCSVImporter to a builder method 2022-10-19 18:10:40 +08:00
.eslintrc.js
index.js
package.json Update dependency mocha to v10.1.0 2022-10-17 08:41:28 +00:00