mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
remove case
This commit is contained in:
parent
14be6aed4e
commit
b0d01a1fb9
1 changed files with 0 additions and 14 deletions
|
|
@ -98,20 +98,6 @@ describe('HooksManagementDialog', () => {
|
|||
expect(lastFrame()).toContain('Loading hooks');
|
||||
});
|
||||
|
||||
it('should render hooks list after loading', async () => {
|
||||
const { lastFrame, unmount } = renderWithProviders(
|
||||
<HooksManagementDialog onClose={mockOnClose} />,
|
||||
);
|
||||
|
||||
// Wait for useEffect to complete
|
||||
await new Promise((resolve) => setTimeout(resolve, 100));
|
||||
|
||||
const output = lastFrame();
|
||||
expect(output).toContain('Hooks');
|
||||
|
||||
unmount();
|
||||
});
|
||||
|
||||
it('should show total configured hooks count', async () => {
|
||||
const { lastFrame, unmount } = renderWithProviders(
|
||||
<HooksManagementDialog onClose={mockOnClose} />,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue