The diffs look a little messy for the connect one. The linter was complaining about having a function inside an if statement, so all the indentation had to change a little bit. Also, the express one wasn't passing around options so I had to add options to all the functions :(
Coverage increased (+0.2%) to 87.384% when pulling fd69047291bde1a46633d19f121380f8c6815a42 on tswaters:issue-92 into a129692283d67148ca311af39360f5f39d8b5f75 on senecajs:master.
Fixes #92
The diffs look a little messy for the connect one. The linter was complaining about having a function inside an if statement, so all the indentation had to change a little bit. Also, the express one wasn't passing around options so I had to add
options
to all the functions :(