Skip to content

Commit

Permalink
chore(package): update jest & snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Aug 1, 2018
1 parent 622bc35 commit 47ec170
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 144 deletions.
1 change: 1 addition & 0 deletions app/components/A/tests/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`snapshot 1`] = `
}
.c0:hover {
-webkit-text-decoration: underline;
text-decoration: underline;
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"cross-env": "^5.1.6",
"cross-spawn": "^5.1.0",
"devtron": "^1.4.0",
"electron": "^2.0.4",
"electron-builder": "^20.19.2",
"electron": "^2.0.6",
"electron-builder": "^20.26.1",
"electron-load-devtool": "^1.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
Expand All @@ -141,13 +141,13 @@
"flow-bin": "^0.63.1",
"flow-runtime": "^0.16.0",
"husky": "^0.14.3",
"jest": "^23.4.0",
"jest-cli": "^23.4.0",
"jest": "^23.4.2",
"jest-cli": "^23.4.2",
"jest-styled-components": "^5.0.1",
"jest-yaml-flat-transfrom": "^0.1.0",
"json-loader": "^0.5.4",
"lint-staged": "^7.2.0",
"prettier": "^1.13.7",
"prettier": "^1.14.0",
"raf": "^3.4.0",
"react-addons-test-utils": "^15.6.2",
"react-hot-loader": "^3.1.3",
Expand Down
Loading

0 comments on commit 47ec170

Please sign in to comment.