codeforcauseorg / edu-server

MIT License
43 stars 51 forks source link

Added course service unit tests #107

Closed Devesh21700Kumar closed 3 years ago

Devesh21700Kumar commented 3 years ago

Description

1). Added course service unit tests 2). Added exec method to facilitate testing and queries 3). added interfaces to support types for objects used in service testing 4). added dummy business logic in service for testing methods without populated instances

How Has This Been Tested? Terminal commands to test code:- 1). npm run lint 2). npm run lint:fix 3). nest start 4). npm run test

image

Checklist

Devesh21700Kumar commented 3 years ago

@Abhishek-kumar09 Added course service unit tests