test/index.js
file runs the tests by iterating contents top-down within this
directory.
process is launched from project root by node test
piped to tap-spec
.
$ node test | tap-spec
there are also some convenience operations via make:
$ git clone [email protected]:reqshark/nodenng.git && cd nodenng
$ make clean && make && make check
these are respectively:
$ rm -rf package-* node_modules build nng deps # make clean
$ npm i # make
$ npm t # make check