From 5591c26c063db6e474303f897ed9107ff0e7fa89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=B1=AA?= <1844749591@qq.com> Date: Mon, 27 Jan 2025 12:29:16 +0800 Subject: [PATCH] chore: code comment adjust --- tests/shared/accessibilityTest.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/shared/accessibilityTest.tsx b/tests/shared/accessibilityTest.tsx index fd78b4e510a9..febecb14aca7 100644 --- a/tests/shared/accessibilityTest.tsx +++ b/tests/shared/accessibilityTest.tsx @@ -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[];