Skip to content

Commit 3783036

Browse files
committed
test(consistent-data-testid): add tests with aggressive reporting disabled
1 parent 1a4f88b commit 3783036

File tree

2 files changed

+202
-176
lines changed

2 files changed

+202
-176
lines changed

lib/rules/consistent-data-testid.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { isJSXAttribute, isLiteral } from '../node-utils';
33

44
export const RULE_NAME = 'consistent-data-testid';
55
export type MessageIds = 'consistentDataTestId';
6-
type Options = [
6+
export type Options = [
77
{
88
testIdAttribute?: string | string[];
99
testIdPattern: string;

0 commit comments

Comments
 (0)