File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ set to warn in.\
363
363
| [ require-to-throw-message] ( docs/rules/require-to-throw-message.md ) | Require a message for ` toThrow() ` | | | | |
364
364
| [ require-top-level-describe] ( docs/rules/require-top-level-describe.md ) | Require test cases and hooks to be inside a ` describe ` block | | | | |
365
365
| [ 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 | ✅ | | 🔧 | |
367
367
| [ valid-expect-in-promise] ( docs/rules/valid-expect-in-promise.md ) | Require promises that have expectations in their chain to be valid | ✅ | | | |
368
368
| [ valid-title] ( docs/rules/valid-title.md ) | Enforce valid titles | ✅ | | 🔧 | |
369
369
Original file line number Diff line number Diff line change 3
3
💼 This rule is enabled in the ✅ ` recommended `
4
4
[ config] ( https://github.com/jest-community/eslint-plugin-jest/blob/main/README.md#shareable-configurations ) .
5
5
6
+ 🔧 This rule is automatically fixable by the
7
+ [ ` --fix ` CLI option] ( https://eslint.org/docs/latest/user-guide/command-line-interface#--fix ) .
8
+
6
9
<!-- end auto-generated rule header -->
7
10
8
11
Ensure ` expect() ` is called with a single argument and there is an actual
You can’t perform that action at this time.
0 commit comments