We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've got this error in the following file
import type { RenderResult } from '@testing-library/react'; import { render, waitFor } from '@testing-library/react'; import '@testing-library/jest-dom/extend-expect'; const { getByText }: RenderResult = render(<Root />);
not sure if RenderResult type annotation changed something
RenderResult
The text was updated successfully, but these errors were encountered:
Thanks, I didn't test on modules with import type {}, so likely it is about it
import type {}
Sorry, something went wrong.
No branches or pull requests
I've got this error in the following file
not sure if
RenderResult
type annotation changed somethingThe text was updated successfully, but these errors were encountered: