Skip to content

Commit 90028bf

Browse files
committed
docs: added additional note
1 parent 74890c4 commit 90028bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/rules/valid-expect.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
🔧 This rule is automatically fixable by the
77
[`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
88

9+
Note: Test function will be fixed if it is async and does not have await in the
10+
async assertion.
11+
912
<!-- end auto-generated rule header -->
1013

1114
Ensure `expect()` is called with a single argument and there is an actual

0 commit comments

Comments
 (0)