You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(rendering): add a "fields-only" mode for validating responses (#9)
At Intercom, we have a need to validate Contentful responses to ensure they match the schema
constructed by the codegen. This will prevent our marketing site from building if Contentful content is unexpectedly unpublished, the validations are messed up, or (hopefully) any other discrepancy.
This flag is intended to support the use case where you want to ensure that all of the fields in the Contentful response are well-formed, but don't want to validate auxiliary things like Sys, Assets,
etc.
* Improve test coverage
* Fix weird whitespace
* Fix MORE weird whitespace
* Use Jest CI config
* Add a semicolon
0 commit comments