prisma / ecosystem-tests

🥼🧬🧪🔬🧫🦠 - Continuously tests Prisma Client with various operating systems, frameworks, platforms, databases and more.
195 stars 25 forks source link

Simplify Nest example #736

Closed janpio closed 4 years ago

janpio commented 4 years ago

https://github.com/prisma/e2e-tests/blob/dev/frameworks/nestjs/package.json Currently just a copy from an old version of https://github.com/fivethree-team/nestjs-prisma-starter, so also includes type-graphql and other unrelated libraries we are not really interested in here and that regularly cause dependency update problems.

This should be simplified a lot and really just make just Nest and Prisma play along.

janpio commented 4 years ago

Would probably make sense to follow https://docs.nestjs.com/recipes/prisma and simplify further.

janpio commented 4 years ago

This is currently blocking: https://github.com/prisma/e2e-tests/pull/797 https://github.com/prisma/e2e-tests/pull/796 https://github.com/prisma/e2e-tests/pull/874 https://github.com/prisma/e2e-tests/pull/708 https://github.com/prisma/e2e-tests/pull/898