From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- node_modules/istanbul-lib-coverage/lib/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/istanbul-lib-coverage/lib') 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 -- cgit v1.2.3