Fix jest/valid-expect
lints throughout the codebase
#2976
Labels
T-Task
Tasks for the team like planning
This is a follow-up to #2973
There are too many flawed tests which violate
jest/valid-expect
and don't pass by simply addingawait
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
The text was updated successfully, but these errors were encountered: