Created
March 5, 2018 16:50
-
-
Save fabiomcosta/cf71bab308ba0072a94c4401f85510e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const elementWithRef = shallow(<Component/>).find('<the-ref-element>'); | |
elementWithRef.prop('ref')({ getBoundingClientRect: () => ({ width: 12, ... })}); | |
// do things that would use the ref you just set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment