-
Notifications
You must be signed in to change notification settings - Fork 150
Definition for rule 'testing-library/no-wait-for-multiple-assertions' was not found testing-library/no-wait-for-mult iple-assertions #407
New issue
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
Comments
Hi @IAMtheIAM! I've installed v4.9.0 and mimic your config, but I'm not able to reproduce this error. Can you share a small demo or more context of your ESLint config? |
Hey, so the error strangely only occurred when running
|
Ooh, I see, so you are using Create React App. There are few things when using this plugin with it. First of all, If you are using yarn as your package manager, you can solve this using the resolutions feature. If you are using npm as your package manager, I haven't found any way to force a different major to be used in a sub-dependency. We created a PR to update Apart from this, CRA handles the linting process by itself, so it executs ESLint when running the project with We should probably add this info to our troubleshooting section, but I'm afraid we can't do anything for now to 1) use CRA + v4 of this plugin (unless you are using yarn as package manager), and 2) lint CRA project outside |
This rule does not work following the documentation:
What is the correct way to use this rule?
The text was updated successfully, but these errors were encountered: