0.0.4-alpha • Published 5 years ago

nano-test v0.0.4-alpha

Weekly downloads
2
License
GPLv3
Repository
github
Last release
5 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

5 years ago

0.0.3

5 years ago

0.0.2-r5

6 years ago

0.0.2-r4

8 years ago

0.0.2-r3

8 years ago

0.0.2-r2

8 years ago

0.0.2-r1

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago