docrunner
v0.1.1
Published
Find bugs in your docs by running them first
Downloads
3
Readme
docrunner
Broken docs suck
Run your docs before publishing them.
npm install docrunner
Docrunner differs from other doctest type solutions in a number of ways:
- no new globals (no
print
, nowait
, nolog
, etc.) - no extra characters (no prompt
js>
or continuation...
, no special comments// =>
) - allows copy/paste of snippets directly to/from the repl
- handles async assertions and errors naturally
Tests
See what works by running the tests.
npm test