shion0625 / portfolio-creator

https://portfolio-creator-kappa.vercel.app
0 stars 0 forks source link

Prisma Testingの導入 #39

Open shion0625 opened 1 year ago

shion0625 commented 1 year ago

npm install @prisma/client @prisma/testing --save-dev を実行してPrisma Testingをインストールします。 Prismaのクエリをテストするためのテストを作成します。 npm test を実行してテストを実行します。