unexpected-messy

v6.1.1
Unexpected plugin for the messy library
HTTP request response assertion unexpected test mocha

lint

jshint .

test

mocha && npm run lint

prepublish

browserify -p bundle-collapser/plugin -e lib/unexpectedMessy -s unexpectedMessy > unexpectedMessy.min.js

travis

npm test && npm run coverage && (<coverage/lcov.info coveralls || true) && npm run generate-site

coverage

NODE_ENV=development istanbul cover --report text --report lcov _mocha -- --reporter dot && echo google-chrome coverage/lcov-report/index.html

generate-site

node ./generate-site.js

update-examples

node ./generate-site.js --update-examples && npm run generate-site

deploy-site

deploy-site.sh

Metadata

Downloads