J
Analyzed 12 days ago
jDoctest is an useful test library for JavaScript that was inspired by Python's doctest module. It finds testable examples within your JavaScript files and checks if each example runs successfully.
No more you need separated test files or documentation files. You only need a
single file which
... [More]
contains an executable source code, documentations, and
testable examples. [Less]
858
lines of code
0
current contributors
over 12 years
since last commit
0
users on Open Hub