kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Add user service tests #245

Closed qw closed 5 years ago

qw commented 5 years ago

Resolves #150 thanks to the help of @sloushsu.

The change in the function of user.service.ts is just moving the private function after the public function.

Lastly this issue turned out to be a medium due to strange dependency issues with require() and jest.

Edit: Some testing related issues were fixed as a part of resolving the merge conflict.