Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 577 Bytes

readme.markdown

File metadata and controls

22 lines (18 loc) · 577 Bytes

build and test Build Status

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-spec

there are also some convenience operations via make:

$ git clone https://github.com/reqshark/mill.git && cd mill
$ make clean && make && make check

these commands are respectively:

$ make clean
$ npm i
$ npm t