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.
jest/valid-title
1 parent c2e5439 commit c4a95a2Copy full SHA for c4a95a2
crates/oxc_linter/src/rules/jest/valid_title.rs
@@ -79,6 +79,7 @@ declare_oxc_lint!(
79
/// ```
80
///
81
/// ### Options
82
+ /// ```typescript
83
/// interface Options {
84
/// ignoreSpaces?: boolean;
85
/// ignoreTypeOfTestName?: boolean;
@@ -87,6 +88,8 @@ declare_oxc_lint!(
87
88
/// mustNotMatch?: Partial<Record<'describe' | 'test' | 'it', string>> | string;
89
/// mustMatch?: Partial<Record<'describe' | 'test' | 'it', string>> | string;
90
/// }
91
+ /// ```
92
+ ///
93
ValidTitle,
94
jest,
95
correctness,
0 commit comments