@finn-no/stoppable

v1.1.1
> This is a fork of https://github.com/hunterloftis/stoppable until https://github.com/hunterloftis/stoppable/pull/7 is merged

lint

standard --fix 'lib/**/*.js'

secure

nsp check

spec

nyc --check-coverage mocha --bail test/*.test.js

test

yarn lint && yarn secure && yarn spec

coverage

nyc --reporter html mocha --bail test/*.test.js && open coverage/index.html

docs

documentation build -f html -g -o docs

perf:baseline

node test/performance.js & sleep 2 && artillery quick -d 10 -r 1000 -o /dev/null -k http://localhost:8000

perf:stoppable

node test/performance.js 1 & sleep 2 && artillery quick -d 10 -r 1000 -o /dev/null -k http://localhost:8000
npm i @finn-no/stoppable

Metadata

  • MIT
  • >=6
  • Unknown
  • released 9/6/2017

Downloads