Skip to content

Commit a064cd9

Browse files
committed
Revert "Remove retainLines from babel-jest (jestjs#5439)"
This reverts commit 6635d93.
1 parent c8d1c79 commit a064cd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/babel-jest/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const createTransformer = (options: any) => {
6969
options = Object.assign({}, options, {
7070
plugins: (options && options.plugins) || [],
7171
presets: ((options && options.presets) || []).concat([jestPreset]),
72+
retainLines: true,
7273
sourceMaps: 'inline',
7374
});
7475
delete options.cacheDirectory;

0 commit comments

Comments
 (0)