Skip to content

Commit

Permalink
feat(experimental-utils): add only property to RuleTester types (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jun 19, 2021
1 parent a2f1dfb commit 2a36e3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/experimental-utils/src/ts-eslint/RuleTester.ts
Expand Up @@ -36,6 +36,10 @@ interface ValidTestCase<TOptions extends Readonly<unknown[]>> {
* Settings for the test case.
*/
readonly settings?: Readonly<Record<string, unknown>>;
/**
* Run this case exclusively for debugging in supported test frameworks.
*/
readonly only?: boolean;
}

interface SuggestionOutput<TMessageIds extends string> {
Expand Down

0 comments on commit 2a36e3e

Please sign in to comment.