Skip to content

Commit d60997c

Browse files
committed
chore: rerun yarn regenerate-docs
Signed-off-by: hainenber <[email protected]>
1 parent e92eb10 commit d60997c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/rules/valid-mock-module-path.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

6565
For any custom extension, a preceding dot **must** be present before the file
6666
extension for desired effect.
67+
6768
## When Not To Use It
6869

6970
Don't use this rule on non-jest test files.

0 commit comments

Comments
 (0)