azure-iot-amqp-base

v1.1.0-dtpreview.2
AMQP operations used by Azure IoT device and service SDKs

lint

jshint --show-non-errors . && tslint -c ../../../tslint.json "{lib,.}/*.ts"

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 90 --branches 66 --functions 85 --lines 90

Metadata

  • MIT
  • >= 0.10
  • Microsoft Corporation
  • released 11/11/2016

Downloads

Maintainers