es

v0.4.1
API around the ElasticSearch RESTful API -- mostly convenience.
elastic search elastic search elasticsearch es lucene

coverage

rm -rf ./reports ; mkdir -p ./reports ; NODE_ELASTICSEARCH_COVERAGE=true mocha -R html-cov -r ./test/common.js -u bdd ./test/lib > reports/coverage.html

functional

mocha --check-leaks -R spec -r ./test/common.js -u bdd ./test/functional

pretest

jshint *.js ./lib/*.js ./test/*.js ; jscoverage ./lib ./lib-cov

test

mocha --check-leaks -R spec -r ./test/common.js -u bdd ./test/lib ./test/functional

posttest

NODE_ELASTICSEARCH_COVERAGE=true mocha -R mocha-lcov-reporter -r ./test/common.js -u bdd ./test/lib | ./node_modules/coveralls/bin/coveralls.js

Metadata

  • MIT
  • >= 0.8.0
  • Nick Campbell
  • released 3/24/2014

Downloads