From 7f3cf3b64b23545cade7a5c579aa7ef197896a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Fri, 4 Sep 2026 15:34:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=B5=8B=E8=AF=95=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将通知辅助测试纳入AGC测试目录 保持提示文案和步骤映射覆盖 --- .../components => tests}/workflowCompletionNotice.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename apps/ai-game-creator-shell/{src/view/ui-editor/components => tests}/workflowCompletionNotice.test.ts (92%) diff --git a/apps/ai-game-creator-shell/src/view/ui-editor/components/workflowCompletionNotice.test.ts b/apps/ai-game-creator-shell/tests/workflowCompletionNotice.test.ts similarity index 92% rename from apps/ai-game-creator-shell/src/view/ui-editor/components/workflowCompletionNotice.test.ts rename to apps/ai-game-creator-shell/tests/workflowCompletionNotice.test.ts index 1ea14ec73..d583aa737 100644 --- a/apps/ai-game-creator-shell/src/view/ui-editor/components/workflowCompletionNotice.test.ts +++ b/apps/ai-game-creator-shell/tests/workflowCompletionNotice.test.ts @@ -3,7 +3,7 @@ import { describe, expect, it } from 'vitest'; import { appendWorkflowCheckPrompt, workflowStepLabel, -} from './workflowCompletionNotice'; +} from '../src/view/ui-editor/components/workflowCompletionNotice'; describe('workflow completion notice helpers', () => { it('appends the review prompt without duplicating it', () => {