wesrog
wesrog
I ran into this issue as well and I had to change my setup-jest.ts file to have the testing-library/jest-dom import at the top 🤷 ```js import '@testing-library/jest-dom'; import './jest-global-mocks'; ```
Thank you for this PR! This would be helpful in my angular/jest project.
Here's a PR that proposes a fix for this issue: #980. Not sure if the maintainer(s) are actively monitoring, but I have been testing it locally and it works great.