style: satisfy the eslint lane on the plan surfaces

Drop the assertions eslint proved unnecessary (getByRole gains the element
type parameter instead, keeping tsc satisfied), declare the injected
setPlanMode as a function property (the seat face is this-free), and narrow
the fixture's command args without String()'s object stringification arm.
This commit is contained in:
imccyu
2026-07-28 22:36:35 +08:00
parent 76796df39b
commit afaa9ad828
5 changed files with 12 additions and 11 deletions
@@ -119,7 +119,7 @@ describe('QuestionComposer', () => {
detail: '# 实施计划\n\n- **先验证**现状\n- 修改 `QuestionComposer`',
options: [{ label: '批准' }],
}],
} as PendingWait<'question'>['payload'],
},
vi.fn(),
)
const view = render(<QuestionComposer matched={carrier} interactions={[carrier]} {...kit} />)