File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 34
34
"dependencies" : {
35
35
"chalk" : " ^2.4.1" ,
36
36
"css" : " ^2.2.3" ,
37
- "jest-diff" : " ^22.4.3 " ,
38
- "jest-matcher-utils" : " ^22.4.3 " ,
39
- "pretty-format" : " ^23.0.1 " ,
37
+ "jest-diff" : " ^23.6.0 " ,
38
+ "jest-matcher-utils" : " ^23.6.0 " ,
39
+ "pretty-format" : " ^23.6.0 " ,
40
40
"redent" : " ^2.0.0"
41
41
},
42
42
"devDependencies" : {
43
- "kcd-scripts" : " ^0.37 .0"
43
+ "kcd-scripts" : " ^0.44 .0"
44
44
},
45
45
"eslintConfig" : {
46
46
"extends" : " ./node_modules/kcd-scripts/eslint.js" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ function printoutStyles(styles) {
25
25
. sort ( )
26
26
. map ( prop => `${ prop } : ${ styles [ prop ] } ;` )
27
27
. join ( '\n' )
28
- . concat ( '\n' ) // ensure multiline for diff
29
28
}
30
29
31
30
// Highlights only style rules that were expected but were not found in the
You can’t perform that action at this time.
0 commit comments