Ghost/test/utils
Fabien 'egg' O'Carroll 854a41e556
🐛 Fixed CSV import json-schema email validation (#12239)
no-issue

By using the "email" validation, we were validating emails in CSV
imports using a different validator to the rest of the API. AJV's built
in email validation was failing on emails with "special" characters,
such as letters with an umlaut above them.

This commit brings the validation for CSV imports in line with the rest
of the API.
2020-09-29 12:51:35 +01:00
..
fixtures 🐛 Fixed CSV import json-schema email validation (#12239) 2020-09-29 12:51:35 +01:00
mocks
api.js Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
assertions.js
configUtils.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
index.js Fixed acceptance tests for posts_meta refactor 2020-09-17 21:19:26 +12:00
urlUtils.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00