azure-iot-amqp-base

v2.2.12
AMQP operations used by Azure IoT device and service SDKs

lint

tslint --project . -c ../../../tslint.json

build

tsc

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 build && npm -s run alltest-min && npm -s run check-cover

test

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

check-cover

istanbul check-coverage --statements 96 --branches 83 --functions 92 --lines 96

Metadata

  • MIT
  • >= 0.10
  • Microsoft Corporation
  • released 8/28/2019

Downloads