Conversation
README.md
Outdated
|
Actually I think you should provide _test the name, not the constructor. This would give you the describe for free whereas now there's a special case to make to describe this properly. |
|
@Marsup after looking at it a bit, I'm not sure that I fully understand the purpose of |
|
Describe is an undocumented (so far) api that is used to output an object describing any joi object. It is used in lout and probably other projects. |
|
Cool, thanks! I think I have addressed all concerns now. Let me know if there's anything more that I can do. |
|
No more concerns, thanks a lot ! |
|
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. |
Provides support for requiring an object to be an instance of a given constructor.
Closes #408.