You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This is a follow-up to matrix-org/matrix-react-sdk#10261, sister issue tracking the same thing in the
matrix-js-sdk
repo,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: