prisma / prisma-test-utils

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

fix(seed): lowerFirst model name to get method name, not camelCase #28

Closed janpio closed 4 years ago

janpio commented 4 years ago

seed was using the wrong assumption that the method names of the client are created by camelCasing the model name. In reality they are created by lowercasing the first letter.

closes #16