feathers-service-tests

v0.5.8
A standardized testing harness for Feathers services
feathers feathers-plugin

prepublish

npm run compile

publish

git push origin && git push origin --tags

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

compile

rm -rf lib/ && babel -d lib/ src/

watch

babel --watch -d lib/ src/

jshint

jshint src/. test/. --config

mocha

mocha test/ --compilers js:babel/register

test

npm run jshint && npm run mocha

Metadata

  • Unknown
  • >= 0.12.0
  • Feathers contributors
  • released 4/1/2016

Downloads