ngneat/falso

randFullName with length has weird formatting

Closed this issue · 0 comments

Is this a regression?

No

Description

The length param is being passed to randFirstName & randLastName meaning each fullName string contains a list of first names and last names E.G

randFullName({ length: 3 });
// [ "Purity,Sachiko,Marina Pokorný,Guzmán,Novák", ... ]

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw

No response

Please provide the environment you discovered this bug in

No response

Anything else?

I am working on a fix for this now

Do you want to create a pull request?

Yes