@leisurelink/magicbus-authentic

v3.0.1
Magicbus middleware for integration with authentic.
Magicbus RabbitMQ Message Bus Authentic Signature

test

mocha test

test:integration

mocha --recursive test/**/*.integration-tests.js test/*.integration-tests.js

test:unit

mocha --recursive test/**/*.tests.js test/*.tests.js

test:watch

onchange 'lib/**/*' 'test/**/*' '*.js' '*.json' -- npm run test

test:unit:watch

onchange 'lib/**/*' 'test/**/*' '*.js' '*.json' -- npm run test

test:coverage

istanbul cover node_modules/mocha/bin/_mocha -- -R spec --recursive test

test:unit:coverage

istanbul cover node_modules/mocha/bin/_mocha -- -R spec --recursive test/*.tests.js test/**/*.tests.js

lint

esw --quiet

lint:watch

esw --quiet --watch

ci

npm run lint && npm run test:unit:coverage
npm i @leisurelink/magicbus-authentic

Metadata

Downloads