MarkWiltberger / vue-nest-web-app__realtor-app

realtor-app built on vue-nest scaffolding
1 stars 0 forks source link

Create unit test for home.service.ts #16

Closed MarkWiltberger closed 6 months ago

MarkWiltberger commented 7 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.

Complete one test for the findMany function. The test should test that service calls prisma home.findMany with the correct parameters.

MarkWiltberger commented 7 months ago

Name of branch for change is Create-unit-test-for-home.service.ts-0016.

MarkWiltberger commented 7 months ago

Committed first change.

MarkWiltberger commented 6 months ago

Issue closed.