Skip to content

Commit

Permalink
update isConformant template to disable consistent-callback-args-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanboXue-Amber committed Jan 3, 2024
1 parent 59b2aa8 commit 00104fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export function isConformant<TProps = {}>(
tsConfig: { configName: 'tsconfig.spec.json' },
componentPath: require.main?.filename.replace('.test', ''),
extraTests: griffelTests as TestObject<TProps>,
disabledTests: ['consistent-callback-args-legacy'],
};

baseIsConformant(defaultOptions, testInfo);
Expand Down

0 comments on commit 00104fd

Please sign in to comment.