Reactjs – Jest unit testing in React-in-Angular hybrid app: reading 'ɵcmp'
I am writing an Angular application, and it just happens that one of the third-party components happens to be in React. I wrote a wrapper NG component to render the React one, and it works beautifully giving the desired result.…