For single unicode characters - any of the code points defined in the unicode standard
WARNING: Generated values can have a length greater than 1.
https://tc39.github.io/ecma262/#sec-utf16encoding
Please use $string with fc.string({ unit: 'grapheme', minLength: 1, maxLength: 1 }) or fc.string({ unit: 'binary', minLength: 1, maxLength: 1 }) instead
fc.string({ unit: 'grapheme', minLength: 1, maxLength: 1 })
fc.string({ unit: 'binary', minLength: 1, maxLength: 1 })
Since 0.0.11
For single unicode characters - any of the code points defined in the unicode standard
WARNING: Generated values can have a length greater than 1.
https://tc39.github.io/ecma262/#sec-utf16encoding