Skip to content

Update profile dev test#18

Open
devchuksemeka wants to merge 6 commits into
masterfrom
update_profile_dev_test
Open

Update profile dev test#18
devchuksemeka wants to merge 6 commits into
masterfrom
update_profile_dev_test

Conversation

@devchuksemeka

Copy link
Copy Markdown
Collaborator

Action : Created the update_profile and test_config js files
Guide : The update_profile js file is use to run a TDD on the update profile functionality of user.controller.js file and the test_config js file is where the frisby and token global setup is kept
Date : 1st July 2018

@devchuksemeka devchuksemeka requested a review from wilforlan July 1, 2018 15:40
function UpdateProfile (req, res){
const userId = req.params.id;

LoansModel.find({ "userId": userId}, function (err, docs) {

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need to verify loan before update profile ?

Is there any valid reason for this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants