Ghost/ghost/members-importer/test
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
..
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 Extracted MembersCSVImporter to a builder method 2022-10-19 18:10:40 +08:00