I know I can test Elm files with elm-test, but I'm also trying to run a small end to end test for my react file with the Elm component, the problem however is that the <Elm /> component in react-elm-components always renders an empty <div /> in mocha.
Any ideas on how to do an end to end test of a react component that's also rendering an Elm file?
Thanks in advance.