-
-
Notifications
You must be signed in to change notification settings - Fork 187
Description
✏️ Summary
Replace Bluebird promises for native js promises in all modules
📋 Description
We're using Bluebird promises in modules like here: https://github.com/worknenjoy/gitpay/blob/master/modules/users/userAccount.js, and we want to replace with native JS promises as discussed here:
#978
We have a lot of API tests, so the tests should continue to pass, and no extra tests are needed for this.
🔍 Steps to Reproduce (or trigger)
- Run the project locally
- Run the Node server
- Run the front-end server
- Create a user
Check how to run the project locally here: https://github.com/worknenjoy/gitpay/blob/master/README.md
✅ Expected Behavior
The tests should continue to pass, and the platform should continue working as it is today
🛠️ Stack Affected
Node.js
💰 Is there a bounty for this issue?
No
📜 Bounty Details (if applicable)
This issue is not part of our bounty program and you should work on it as a contributor.
For starter contributor, it could be a good chance to get your PR reviewed and get some experience
Metadata
Metadata
Assignees
Labels
Type
Projects
Status