Ghost/ghost/members-importer/test
Chris Raible 90ebdacabb
🐛 Fixed members importer overwriting name and note if left blank (#19663)
fixes ENG-610

- Previously, when importing an existing member, if the name or note
field is left blank in the CSV file, this would overwrite (re: delete)
the existing name or note in the database.
- This change ensures that the name and note fields are only updated if
they are not blank in the CSV file.
2024-02-06 13:31:34 -08:00
..
fixtures
utils
.eslintrc.js
index.test.js
MembersCSVImporter.test.js
MembersCSVImporterStripeUtils.test.js