UNPKG

express-hystrix

Version:

The module provides a hystrix command middleware for express based applications. The module should be used together with [hystrix-too-busy](https://github.com/trooba/hystrix-too-busy) module.

13 lines (12 loc) 209 B
node_js: - "4" - "6" - "7" language: node_js install: - npm install - npm install -g codecov istanbul script: - npm test - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec - codecov