I had to add dependencies for express via npm. So this requires npm i for tests to work.
Added a test for a route that includes a header in the response.
I'm very new to using Purescript, so I expect there must be a shorter refactoring to get these routes to work. Feel free to just not merge this or I would greatly appreciate some tips on how you think that could be done.
Addresses #1
npm i
for tests to work.I'm very new to using Purescript, so I expect there must be a shorter refactoring to get these routes to work. Feel free to just not merge this or I would greatly appreciate some tips on how you think that could be done.