Skip to content

Commit 74890c4

Browse files
committed
docs: update doc for valid-expect
1 parent 545e505 commit 74890c4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ set to warn in.\
363363
| [require-to-throw-message](docs/rules/require-to-throw-message.md) | Require a message for `toThrow()` | | | | |
364364
| [require-top-level-describe](docs/rules/require-top-level-describe.md) | Require test cases and hooks to be inside a `describe` block | | | | |
365365
| [valid-describe-callback](docs/rules/valid-describe-callback.md) | Enforce valid `describe()` callback || | | |
366-
| [valid-expect](docs/rules/valid-expect.md) | Enforce valid `expect()` usage || | | |
366+
| [valid-expect](docs/rules/valid-expect.md) | Enforce valid `expect()` usage || | 🔧 | |
367367
| [valid-expect-in-promise](docs/rules/valid-expect-in-promise.md) | Require promises that have expectations in their chain to be valid || | | |
368368
| [valid-title](docs/rules/valid-title.md) | Enforce valid titles || | 🔧 | |
369369

docs/rules/valid-expect.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
💼 This rule is enabled in the ✅ `recommended`
44
[config](https://github.com/jest-community/eslint-plugin-jest/blob/main/README.md#shareable-configurations).
55

6+
🔧 This rule is automatically fixable by the
7+
[`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
8+
69
<!-- end auto-generated rule header -->
710

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

0 commit comments

Comments
 (0)