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', () => {