Closed MarkWiltberger closed 6 months ago
Create a unit test for home.service.ts. Use the jest test runner that ships with nest.js. First, configure the jest scripts in package.json.
home.service.ts
Complete one test for the findMany function. The test should test that service calls prisma home.findMany with the correct parameters.
findMany
Name of branch for change is Create-unit-test-for-home.service.ts-0016.
Create-unit-test-for-home.service.ts-0016
Committed first change.
Issue closed.
Create a unit test for
home.service.ts
. Use the jest test runner that ships with nest.js. First, configure the jest scripts in package.json.Complete one test for the
findMany
function. The test should test that service calls prisma home.findMany with the correct parameters.