We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74890c4 commit 90028bfCopy full SHA for 90028bf
docs/rules/valid-expect.md
@@ -6,6 +6,9 @@
6
🔧 This rule is automatically fixable by the
7
[`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
8
9
+Note: Test function will be fixed if it is async and does not have await in the
10
+async assertion.
11
+
12
<!-- end auto-generated rule header -->
13
14
Ensure `expect()` is called with a single argument and there is an actual
0 commit comments