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 3434 "dependencies" : {
3535 "chalk" : " ^2.4.1" ,
3636 "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 " ,
4040 "redent" : " ^2.0.0"
4141 },
4242 "devDependencies" : {
43- "kcd-scripts" : " ^0.37 .0"
43+ "kcd-scripts" : " ^0.44 .0"
4444 },
4545 "eslintConfig" : {
4646 "extends" : " ./node_modules/kcd-scripts/eslint.js" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ function printoutStyles(styles) {
2525 . sort ( )
2626 . map ( prop => `${ prop } : ${ styles [ prop ] } ;` )
2727 . join ( '\n' )
28- . concat ( '\n' ) // ensure multiline for diff
2928}
3029
3130// 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