Skip to content

Commit

Permalink
fix: upgrade jest-diff and jest-matcher-utils (#63)
Browse files Browse the repository at this point in the history
Awesome, Thank You!
  • Loading branch information
SimenB authored and smacpherson64 committed Oct 6, 2018
1 parent 99d1442 commit af4c490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"dependencies": {
"chalk": "^2.4.1",
"css": "^2.2.3",
"jest-diff": "^22.4.3",
"jest-matcher-utils": "^22.4.3",
"pretty-format": "^23.0.1",
"jest-diff": "^23.6.0",
"jest-matcher-utils": "^23.6.0",
"pretty-format": "^23.6.0",
"redent": "^2.0.0"
},
"devDependencies": {
"kcd-scripts": "^0.37.0"
"kcd-scripts": "^0.44.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
Expand Down
1 change: 0 additions & 1 deletion src/to-have-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function printoutStyles(styles) {
.sort()
.map(prop => `${prop}: ${styles[prop]};`)
.join('\n')
.concat('\n') // ensure multiline for diff
}

// Highlights only style rules that were expected but were not found in the
Expand Down

0 comments on commit af4c490

Please sign in to comment.