diff --git a/docs/rules/prefer-expect-assertions.md b/docs/rules/prefer-expect-assertions.md index 144b7b290..ca96bbd8b 100644 --- a/docs/rules/prefer-expect-assertions.md +++ b/docs/rules/prefer-expect-assertions.md @@ -118,7 +118,7 @@ a native loop. "rules": { "jest/prefer-expect-assertions": [ "warn", - { "onlyFunctionsWithAsyncKeyword": true } + { "onlyFunctionsWithExpectInLoop": true } ] } }