Skip to content
/ jest Public
forked from jestjs/jest

Commit

Permalink
Revert "Remove retainLines from babel-jest (jestjs#5439)"
Browse files Browse the repository at this point in the history
This reverts commit 6635d93.
  • Loading branch information
SimenB committed Feb 8, 2018
1 parent c8d1c79 commit a064cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-jest/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const createTransformer = (options: any) => {
options = Object.assign({}, options, {
plugins: (options && options.plugins) || [],
presets: ((options && options.presets) || []).concat([jestPreset]),
retainLines: true,
sourceMaps: 'inline',
});
delete options.cacheDirectory;
Expand Down

0 comments on commit a064cd9

Please sign in to comment.