File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ Manually fixable by
386386| [ valid-describe-callback] ( docs/rules/valid-describe-callback.md ) | Enforce valid ` describe() ` callback | ✅ | | | |
387387| [ valid-expect] ( docs/rules/valid-expect.md ) | Enforce valid ` expect() ` usage | ✅ | | 🔧 | |
388388| [ valid-expect-in-promise] ( docs/rules/valid-expect-in-promise.md ) | Require promises that have expectations in their chain to be valid | ✅ | | | |
389- | [ valid-mock-module-path] ( docs/rules/valid-mock-module-path.md ) | Disallow mocking of non-existing module path | | | | |
389+ | [ valid-mock-module-path] ( docs/rules/valid-mock-module-path.md ) | Disallow mocking of non-existing module paths | | | | |
390390| [ valid-title] ( docs/rules/valid-title.md ) | Enforce valid titles | ✅ | | 🔧 | |
391391
392392### Requires Type Checking
Original file line number Diff line number Diff line change 1- # Disallow mocking of non-existing module path (` valid-mock-module-path ` )
1+ # Disallow mocking of non-existing module paths (` valid-mock-module-path ` )
22
33<!-- end auto-generated rule header -->
44
@@ -64,6 +64,7 @@ existence. The default extensions are:
6464
6565For any custom extension, a preceding dot ** must** be present before the file
6666extension for desired effect.
67+
6768## When Not To Use It
6869
6970Don't use this rule on non-jest test files.
You can’t perform that action at this time.
0 commit comments