We don't currently have any tests for the web app. We need to setup the test suite to use something like chai.http so we can start adding http request tests as we add new features.
Add some tests for the /users and /users/:handle routes.
@spencerdezartsmith @jason00111 I'd like to sit and give you some feedback about this PR and request a few changes. Lets plan to meet sometime after today's sprint planning meeting.
We don't currently have any tests for the web app. We need to setup the test suite to use something like
chai.http
so we can start adding http request tests as we add new features.Add some tests for the
/users
and/users/:handle
routes.