Skip to content

Commit

Permalink
chore: code comment adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
aojunhao123 committed Jan 27, 2025
1 parent 0eb8c36 commit 5591c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/shared/accessibilityTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ export function accessibilityTest(Component: React.ComponentType, disabledRules?

type Options = {
/**
* 跳过测试
* skip test
* @default false
*/
skip?: boolean | string[];
/**
* 禁用axe规则检查
* Disable axe rule checks
* @default []
*/
disabledRules?: string[];
Expand Down

0 comments on commit 5591c26

Please sign in to comment.