Skip to content

Commit

Permalink
Replace ReactShallowRenderer with a dependency (#18144)
Browse files Browse the repository at this point in the history
Closes #17321.
  • Loading branch information
NMinhNguyen committed Feb 27, 2020
1 parent abcca45 commit 293878e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 864 deletions.
1 change: 1 addition & 0 deletions packages/react-test-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"react-is": "^16.8.6",
"react-shallow-renderer": "^16.12.0",
"scheduler": "^0.19.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-test-renderer/shallow.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
* @flow
*/

export {default} from './src/ReactShallowRenderer';
export {default} from 'react-shallow-renderer';
Loading

0 comments on commit 293878e

Please sign in to comment.