File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## master
22
3+ ### Fixes
4+
5+ * ` [babel-jest] ` Revert "Remove retainLines from babel-jest"
6+ ([ #5496 ] ( https://github.com/facebook/jest/pull/5496 ) )
7+
38### Features
49
510* ` [jest-worker] ` Assign a unique id for each worker and pass it to the child
4045* ` [jest-cli] ` Hide interactive mode if there are no failed snapshot tests
4146 ([ #5450 ] ( https://github.com/facebook/jest/pull/5450 ) )
4247* ` [babel-jest] ` Remove retainLines from babel-jest
43- ([ #5326 ] ( https://github.com/facebook/jest/pull/5439 ) )
48+ ([ #5439 ] ( https://github.com/facebook/jest/pull/5439 ) )
4449* ` [jest-cli] ` Glob patterns ignore non-` require ` -able files (e.g. ` README.md ` )
4550 ([ #5199 ] ( https://github.com/facebook/jest/issues/5199 ) )
4651* ` [jest-mock] ` Add backticks support (\`\` ) to ` mock ` a certain package via the
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments