azure-iot-amqp-base

v1.0.7
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 92 --branches 73 --functions 85 --lines 91

Metadata

  • MIT
  • 0.10.x || 0.12.x || 4.x.x || 5.x.x
  • Microsoft Corporation
  • released 6/3/2016

Downloads

Maintainers