Skip to content

Commit

Permalink
chore: Update to async version of istanbul-lib-source-maps (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Oct 9, 2019
1 parent 0efc6d1 commit 3726bbb
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 121 deletions.
2 changes: 1 addition & 1 deletion lib/source-maps.js
Expand Up @@ -49,7 +49,7 @@ class SourceMaps {
const transformed = await this._sourceMapCache.transformCoverage(
libCoverage.createCoverageMap(obj)
)
return transformed.map.data
return transformed.data
}

async reloadCachedSourceMaps (report) {
Expand Down
209 changes: 93 additions & 116 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3726bbb

Please sign in to comment.