Replies: 3 comments 1 reply
|
Not exactly sure what you mean, but you can mock data with fixtures and interceptors. If you want to create a random Entity instance, you can use Entity.fromJS like: const instance = MyEntity.fromJS({title: 'my title'}); |
|
Hi, Thank you for your response. I guess a better phrasing of the question would be a good way to associate extra meta data with each field. Right now, I see that we have And maybe define a function |
|
Ok, revised my strategy. Instead of generate faker from
|
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Found this lib and really impressed with all the thinking and works here.
At my company, we try to find a way generate faker obj with
Entity. Is there a recommended way to specify some meta data likefakerfield withEntityproperty? Maybe decorator?Thanks
All reactions