调整工作流通知测试位置
将通知辅助测试纳入AGC测试目录 保持提示文案和步骤映射覆盖
This commit is contained in:
+1
-1
@@ -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', () => {
|
||||
Reference in New Issue
Block a user