The missing demo of unit testing Prisma for nodejs.
npm install
npm test
They only provide testing guides for TypeScript
, so I made this Nodejs
version.
These test cases are equivalent to Prisma Guides / Testing - Unit testing, its source file within Git repo for this moment is: docs/content/300-guides/150-testing/100-unit-testing.mdx.