azure-iot-amqp-base

v1.0.9
AMQP operations used by Azure IoT device and service SDKs

lint

jshint --show-non-errors .

unittest-min

istanbul cover --report none node_modules/mocha/bin/_mocha -- --reporter dot test/_*_test.js

alltest-min

istanbul cover --report none node_modules/mocha/bin/_mocha -- --reporter dot test/_*_test*.js

unittest

istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec test/_*_test.js

alltest

istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec test/_*_test*.js

ci

npm -s run lint && npm -s run alltest-min && npm -s run check-cover

test

npm -s run lint && npm -s run unittest

check-cover

istanbul check-coverage --statements 62 --branches 46 --functions 37 --lines 63

Metadata

  • MIT
  • >= 0.10
  • Microsoft Corporation
  • released 7/6/2016

Downloads

Maintainers