diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
commit | bbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch) | |
tree | c58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/istanbul-lib-coverage/lib | |
parent | 003fb34971cf63466184351b4db5f7c67df4f444 (diff) |
update packages
Diffstat (limited to 'node_modules/istanbul-lib-coverage/lib')
-rw-r--r-- | node_modules/istanbul-lib-coverage/lib/file.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/istanbul-lib-coverage/lib/file.js b/node_modules/istanbul-lib-coverage/lib/file.js index 5de8599fb..7477b91fe 100644 --- a/node_modules/istanbul-lib-coverage/lib/file.js +++ b/node_modules/istanbul-lib-coverage/lib/file.js @@ -130,7 +130,7 @@ function assertValidObject(obj) { * * * `path` - the file path for which coverage is being tracked * * `statementMap` - map of statement locations keyed by statement index - * * `functionMap` - map of function metadata keyed by function index + * * `fnMap` - map of function metadata keyed by function index * * `branchMap` - map of branch metadata keyed by branch index * * `s` - hit counts for statements * * `f` - hit count for functions |