Skip to content

Commit

Permalink
return the map
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 16, 2019
1 parent 2f7beea commit 13241d4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -118,7 +118,7 @@ describe('onRunComplete', () => {

libSourceMaps.createSourceMapStore = jest.fn(() => ({
transformCoverage(map) {
return {map};
return Promise.resolve(map);
},
}));
});
Expand Down

0 comments on commit 13241d4

Please sign in to comment.