AutoSponge/set-state

code the documentation

Opened this issue · 2 comments

I would prefer to have all methods carry their own jsdoc comments and use a parser to execute the examples as part of the test suite. So far, I can only find this functionality for mocha. I'm not switching out tape for mocha, so this may have to be invented.

I think you may be looking for jsmd, which will execute your readme examples and guarantee that they are correct.

@TehShrike that looks great. I will look at hooking that up. Thanks for the suggestion!