ccarruitero / makemehapi

Self guided workshops to teach you about hapi.
https://www.npmjs.com/package/makemehapi
Other
480 stars 107 forks source link

Update solutions for cookie exercise so that tests pass #180

Closed fay-jai closed 8 years ago

fay-jai commented 8 years ago

The current solutions do not actually pass the expected tests:

screen shot 2016-09-01 at 10 39 22 am

Adding the other options allows for the tests to pass.

devinivy commented 8 years ago

Worth noting that this is due to changes in hapi v15 :)

fay-jai commented 8 years ago

Ah I see - I'm guessing that the tests were written for a previous version?

fiveisprime commented 8 years ago

Yeah, this hasn't been updated for v15 yet, but I'll get to it this week. Thanks!