Closed simlevesque closed 8 years ago
I didn't add any new test but the old ones still pass.
If you need any help with the tests or you have any question, ask freely.
Great, I removed the explicit key in the Joi schema and it works as it should. Thank you for the quick reply !
I'm not sure what the intention of removing the clone of the plugin is for. But doing so breaks expectation that the input parameters do not get modified by the function. ie. the function now has a side affect. If your plugin wants its own copy of the options, then clone the options in your plugin.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
This fixes my issue here: https://github.com/hapijs/glue/issues/75
I use it like this: