Thanks to visit codestin.com Credit goes to github.com
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.
only
RuleTester
1 parent a2f1dfb commit 2a36e3eCopy full SHA for 2a36e3e
packages/experimental-utils/src/ts-eslint/RuleTester.ts
@@ -36,6 +36,10 @@ interface ValidTestCase<TOptions extends Readonly<unknown[]>> {
36
* Settings for the test case.
37
*/
38
readonly settings?: Readonly<Record<string, unknown>>;
39
+ /**
40
+ * Run this case exclusively for debugging in supported test frameworks.
41
+ */
42
+ readonly only?: boolean;
43
}
44
45
interface SuggestionOutput<TMessageIds extends string> {
0 commit comments