-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preliminary PR #5
base: master
Are you sure you want to change the base?
Conversation
request.get("http://localhost:3000/customers", function(error, response, body) { | ||
var customers = JSON.parse(body) | ||
expect(typeof customers).toEqual('object') | ||
done() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your test description states that this should be an array, but it looks like you are actually verifying that it is an object.
Great job on this project! You were really consistent setting up patterns throughout your project and following them through the app. You did an excellent job with error handling and writing tests to ensure your code is behaving as expected. Awesome work! |
Sarah Kane & Justine Winnie
Sarah's going to keep working on this for a bit but I'm doing the PR now for ease since I forked it.
Points of pride:
Sarah learning Istanbul and doing hella testing!
Justine making a dependency injection work!