Unexpected Empty Strings in Arbitrary for Composed Schema
When creating an Arbitrary for a schema such as:
Fast check will still create empty strings. Is this expected?
Fast check will still create empty strings. Is this expected?
S.compose(S.NonEmpty, S.Trim).pipe(S.maxLength(500))