From aa46371ef0dd07b0ed4137b3be8eef681c4828c5 Mon Sep 17 00:00:00 2001 From: EMRG Evolution Date: Mon, 10 Aug 2026 15:03:47 +0800 Subject: [PATCH] =?UTF-8?q?emrg:=20README.cn=20=E2=80=94=20remove=20duplic?= =?UTF-8?q?ate=20npm=20test=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.cn.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.cn.md b/README.cn.md index 58a9e261..aa0b5b85 100644 --- a/README.cn.md +++ b/README.cn.md @@ -283,7 +283,6 @@ cd emrg/gui npm ci # 安装依赖(生产模式可 --omit=dev) npm start # 启动 GUI(自动拉起 daemon) npm test # 运行 Node 测试(111 项:29 daemon_client + 22 app-commands + 32 renderer smoke + 15 i18n + 7 integration + 3 commands + 3 build-config;集成测试在 CI 跑,本地可 npm run test:integration) -npm test # 运行 Node 测试(111 项:29 daemon_client + 22 app-commands + 32 renderer smoke + 15 i18n + 7 integration + 3 commands + 3 build-config;集成测试在 CI 跑,本地可 npm run test:integration) ``` CI 通过 GitHub Actions 自动运行测试并检查冲突标记(`.github/workflows/test.yml`)。