Tests not working after addition of authentication middleware
Created by: lecegues
Description
With the addition of the authentication middleware (#120), integration tests have started to fail because they now need to be associated with an authenticated login cookie.
To Do (testing)
-
NODE_ENV -
Create a test user to be generated only in development environment -
in setup.js
before all tests, create a test hook to obtain authentication cookie -
add back frontend integration tests