feat: 添加参数判断,服务出错的时候的兜底判断
Showing
{ | ||
"name": "ry-istanbul-web", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale", | ||
"keywords": [ | ||
"coverage", | ||
... | ... | @@ -120,6 +120,7 @@ |
"wordwrap": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"body-parser": "^1.20.1", | ||
"coveralls": "2.x", | ||
"jshint": "^2.8.0", | ||
"nodeunit": "0.9.x", | ||
... | ... |
Please
register
or
sign in
to comment