jsdomify

v2.0.1
Create a JSDom instance for browserless testing, exposing some handling methods
jsdom dom test html testing mocha

compile

babel src/ --out-dir lib/

coverage

babel-node node_modules/.bin/isparta cover --report cobertura --report html node_modules/.bin/_mocha --report lcovonly

lint:all

eslint src/

lint:cached

LIST=`git diff --cached --name-only | grep \.js | grep -v json`; if [ "$LIST" ]; then eslint $LIST; fi

prepublish

npm run compile

test

mocha --compilers js:babel-core/register

travis

npm run lint:all && npm run coverage

Metadata

  • MIT
  • Whatever
  • Domenico Matteo
  • released 3/4/2016

Downloads

Maintainers