Skip to content

Commit

Permalink
fix(tests): add react-test-renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Nov 21, 2018
1 parent 5751709 commit 176494b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"prettier": "1.14.3",
"pretty-bytes-cli": "2.0.0",
"raw-loader": "0.5.1",
"react-test-renderer": "15.6.1",
"sass-lint": "1.12.1",
"sass-loader": "6.0.7",
"scriptjs": "2.5.8",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9732,6 +9732,14 @@ react-style-proptype@^3.0.0:
dependencies:
prop-types "^15.5.4"

[email protected]:
version "15.6.1"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-15.6.1.tgz#026f4a5bb5552661fd2cc4bbcd0d4bc8a35ebf7e"
integrity sha1-Am9KW7VVJmH9LMS7zQ1LyKNev34=
dependencies:
fbjs "^0.8.9"
object-assign "^4.1.0"

react@^15.5.4:
version "15.6.2"
resolved "https://registry.yarnpkg.com/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72"
Expand Down

0 comments on commit 176494b

Please sign in to comment.