linnify / typeorm-factory

Typeorm factory that makes testing easier
ISC License
29 stars 9 forks source link

Compatibility with fakerjs, chance etc ...? #18

Open adrien-may opened 2 years ago

adrien-may commented 2 years ago

Hi there, in createEntity there is no possibility to receive a function as a value. It would allow to give dynamic values or pass an arrow function calling a random value generator. What do you think?