prisma / prisma-test-utils

A collection of data model agnostic test utils.
114 stars 11 forks source link

Use Native Types information in schema to avoid problems #46

Open janpio opened 3 years ago

janpio commented 3 years ago

Problems like https://github.com/prisma/prisma-test-utils/issues/19 could now be avoided by using the native types information to inform better which information we generate here in test utils.