diff --git a/docs/rules/valid-expect.md b/docs/rules/valid-expect.md index 37d3711bb..f4f8ac295 100644 --- a/docs/rules/valid-expect.md +++ b/docs/rules/valid-expect.md @@ -6,6 +6,9 @@ 🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix). +Note: Test function will be fixed if it is async and does not have await in the +async assertion. + Ensure `expect()` is called with a single argument and there is an actual