getbigger-io / prisma-fixtures

Prisma 2 Fixtures Management Tool
MIT License
25 stars 2 forks source link

[Bug] #1

Closed lamaland closed 3 years ago

lamaland commented 3 years ago

Hi :)

thanks for working on this, very useful!

I have a problem with date formating using faker, it seems that a "toString" method is called in the fakerParser, which leads to a very stange behavior.

Is this the expected result?

image image

nmacherey commented 3 years ago

Hi @lamaland ! It seams that the faker.fake method is returning a string instead of a date instance. I will try to find a fix

nmacherey commented 3 years ago

should be fixed in 1.0.9. reqgards

lamaland commented 3 years ago

thank you @nmacherey :)