mynet-commons
v0.0.8
Published
Commons for mynet
Downloads
717
Readme
mynet-commons
Commons for mynet.
Publish the package
First login:
npm loginThen publish after having updated the version:
npm publishAutomated tests
To run the automated tests:
npm run test -- --runInBandNotice that the option --runInBand is necessary because runs can execute in parallel. With console logs:
npm run test -- --runInBand --verboseTo run a specific test e.g. fellow-route1:
npm run test fellow-route1 -- --verbose