New methods not supported by helpers.fake() #2192
Labels
c: bug
Something isn't working
duplicate
Duplicate of another issue/PR
s: invalid
This doesn't seem right
Pre-Checks
Describe the bug
I'm trying to use the helpers.fake() method with a string saved in my database.
I've saved
airline.airline().name
, as described in the docs, in my database.However, some of the new methods in v8, like the one above, returns objects and those are not supported in the fake() method.
Usage:
Result:
Expected:
Minimal reproduction code
https://stackblitz.com/edit/faker-js-demo-hpw22c?file=index.ts
Additional Context
No response
Environment Info
Which module system do you use?
Used Package Manager
npm
The text was updated successfully, but these errors were encountered: