linnify / typeorm-factory

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

Calling the create with a false boolean value does not overwrite the default value #9

Closed dariusmb closed 3 years ago

dariusmb commented 3 years ago

If one of the entity properties is of type boolean and true by default, calling the create method with a false value, does not save the entity with the false value.