I am trying to test a style attribute for a React component. What is the best way to get style params in the test?
At this moment, my best option is to test if the H
I don't know if Enzyme has changed with recent versions but I needed parentheses after props in order to get the top answer to work.
containerStyle = container.get(0).props().style;