0.0.1 • Published 10 years ago
testizi v0.0.1
testizi - Easy Test for Node/Javascript
still working, carefull in production enviroments
Parse JSDOC of functions and generates tests for them.
For functions simple functions
/*
@test sum(1, 1) == 2
@test sum(1, 1) > 1
/
function sum(a,b){ return a+b; }
Support
- async (pending)
- callbacks (pending)
- promises (pending)
Pluggins
- mocha (pending)
0.0.1
10 years ago