linnify / typeorm-factory

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

Create data but does not persist in the database #25

Open juanOrmazaKonex opened 2 years ago

juanOrmazaKonex commented 2 years ago

Good day for alls.

It's possible add this functionality, similar that Build in Factory Boy

Example: Returns a User instance that's not saved user = UserFactory.build()

Please help me