Skip to content

Commit

Permalink
Update packages/jest-runtime/src/index.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Lucas Fernandes da Costa <lucas@lucasfcosta.com>
  • Loading branch information
SimenB and lucasfcosta committed Jul 4, 2019
1 parent 21cf10f commit 7349b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-runtime/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ class Runtime {

const result = await Promise.all(
filtered.map(async res => {
// this is safe since we filter out those mossing this above
// this is safe since we filter out those missing this above
const istanbulStuff = this._fileTransforms.get(res.url)!;

let sourcemapContent: FixedRawSourceMap | undefined = undefined;
Expand Down

0 comments on commit 7349b6b

Please sign in to comment.