Skip to content

Commit 7435556

Browse files
authored
fix(docs): use the correct function name (#1056)
1 parent 775f184 commit 7435556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prefer-expect-assertions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ a native loop.
118118
"rules": {
119119
"jest/prefer-expect-assertions": [
120120
"warn",
121-
{ "onlyFunctionsWithAsyncKeyword": true }
121+
{ "onlyFunctionsWithExpectInLoop": true }
122122
]
123123
}
124124
}

0 commit comments

Comments
 (0)