simple-test
v0.1.2
Published
Simple test.
Readme
simple-test
Simple test
Installation
npm install simple-testQuick Start
var test = require('simple-test');
test('add user', function (done) {
done();
});API
test(String name, Function fn)
.async(String name, Function fn)
License
MIT
