Closed kozross closed 3 years ago
This adds a head helper to Snap.Test, similar in spirit to get and such. I also add test coverage for this, as well as repairing a failing CORS test due to argument order.
head
Snap.Test
get
This is failing only on a very old GHC (7.4), with an error relating to building, not testing. This should not be a merge obstacle.
Thanks!
This adds a
head
helper toSnap.Test
, similar in spirit toget
and such. I also add test coverage for this, as well as repairing a failing CORS test due to argument order.