Skip to content

Commit

Permalink
fix(experimental-utils): add name property to test case interface (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Oct 30, 2021
1 parent d8df233 commit f3021c9
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 @@ -9,6 +9,10 @@ import {
} from './Rule';

interface ValidTestCase<TOptions extends Readonly<unknown[]>> {
/**
* Name for the test case.
*/
readonly name?: string;
/**
* Code for the test case.
*/
Expand Down

0 comments on commit f3021c9

Please sign in to comment.