Skip to content

Commit af4c490

Browse files
SimenBsmacpherson64
authored andcommitted
fix: upgrade jest-diff and jest-matcher-utils (#63)
Awesome, Thank You!
1 parent 99d1442 commit af4c490

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
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",

src/to-have-style.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)