0.0.4-alpha • Published 7 years ago

nano-test v0.0.4-alpha

Weekly downloads
2
License
GPLv3
Repository
github
Last release
7 years ago

nano unit test

Ultra mini unit test.

install

npm install nano-test

usage

var functest = require("nano-test");

var test = new functest();

test.add ("example test", "examplefunction('123456')", "==", "93");

test.run();

test

npm test nano-test

0.0.4-alpha

7 years ago

0.0.3

7 years ago

0.0.2-r5

8 years ago

0.0.2-r4

10 years ago

0.0.2-r3

10 years ago

0.0.2-r2

10 years ago

0.0.2-r1

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago