Skip to content

Fix jest/valid-expect lints throughout the codebase #2976

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

Closed
MadLittleMods opened this issue Dec 14, 2022 · 0 comments · Fixed by #3586
Closed

Fix jest/valid-expect lints throughout the codebase #2976

MadLittleMods opened this issue Dec 14, 2022 · 0 comments · Fixed by #3586
Assignees
Labels
T-Task Tasks for the team like planning

Comments

@MadLittleMods
Copy link
Contributor

MadLittleMods commented Dec 14, 2022

This is a follow-up to #2973

There are too many flawed tests which violate jest/valid-expect and don't pass by simply adding await to the assertions (they require more http mocking, etc). We should fix up these scenarios as they are probably masking some failure cases.

The rule is currently disabled in .eslintrc.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants