RickyV33 / OverView

Capstone project using the Jama Software REST API that provides a graphical representation of customer requirement relationships.
Other
1 stars 7 forks source link

Test authenticate function in auth.js #68

Closed RickyV33 closed 8 years ago

RickyV33 commented 8 years ago

This one is a little gross because we are calling the pagination module in the body. We also can't really test it since not everyone who uses our app will have the same account credentials for their team. We'll have to use this package to https://www.npmjs.com/package/proxyquire mitigate that.