Skip to content

Commit

Permalink
Remove reference to mapCoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Preble committed Apr 18, 2020
1 parent f1f3448 commit fc78a83
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/jest-runtime/src/index.ts
Expand Up @@ -808,9 +808,6 @@ class Runtime {

if (transformedFile.sourceMapPath) {
this._sourceMapRegistry[filename] = transformedFile.sourceMapPath;
if (transformedFile.mapCoverage) {
this._needsCoverageMapped.add(filename);
}
}

let compiledFunction: ModuleWrapper | null = null;
Expand Down

0 comments on commit fc78a83

Please sign in to comment.