Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiomcosta/cf71bab308ba0072a94c4401f85510e7 to your computer and use it in GitHub Desktop.
Save fabiomcosta/cf71bab308ba0072a94c4401f85510e7 to your computer and use it in GitHub Desktop.
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