unexpected-snapshot

v0.5.0
![Snap!](unexpected-snapshot.jpg 'Snap!')

lint

eslint .

test

mocha

build

./build.sh

test-headless

npm run build && karma start --single-run

ci

npm test && npm run test-headless && npm run lint && npm run coverage

coverage

NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- mocha && echo google-chrome coverage/lcov-report/index.html

prepublishOnly

npm run build

Metadata

Downloads