test/index.js file runs the tests by iterating over the required contents
within this directory.
from the root directory the process is launched by node test piped to tap-spec.
$ node test | tap-specthere are also some convenience operations via make:
$ git clone https://github.com/reqshark/mill.git && cd mill
$ make clean && make && make checkthese commands are respectively:
$ make clean
$ npm i
$ npm t