File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 77
88### Fixes
99
10+ * ` [babel-jest] ` Remove retainLines from babel-jest
11+ ([ #5326 ] ( https://github.com/facebook/jest/issues/5326 ) )
1012* ` [jest-cli] ` Glob patterns ignore non-` require ` -able files (e.g. ` README.md ` )
1113 ([ #5199 ] ( https://github.com/facebook/jest/issues/5199 ) )
1214* ` [jest-mock] ` Add backticks support (\`\` ) to ` mock ` a certain package via the
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ const createTransformer = (options: any) => {
6969 options = Object . assign ( { } , options , {
7070 plugins : ( options && options . plugins ) || [ ] ,
7171 presets : ( ( options && options . presets ) || [ ] ) . concat ( [ jestPreset ] ) ,
72- retainLines : true ,
7372 sourceMaps : 'inline' ,
7473 } ) ;
7574 delete options . cacheDirectory ;
You can’t perform that action at this time.
0 commit comments