Skip to content
Prev Previous commit
Next Next commit
Adding back retainLines
  • Loading branch information
Aftabnack committed Feb 15, 2018
commit c1f67122cc5cf6964b14b7ffbb611e8ff43ce476
1 change: 1 addition & 0 deletions packages/babel-jest/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const createTransformer = (options: any): Transformer => {
options = Object.assign({}, options, {
plugins: (options && options.plugins) || [],
presets: ((options && options.presets) || []).concat([jestPreset]),
retainLines: true,
sourceMaps: 'both',
});
delete options.cacheDirectory;
Expand Down