Skip to content

Commit f23c7c5

Browse files
Copilothotlong
andcommitted
fix: remove unused imports in ConsoleIssues.test.tsx to fix CI build
Remove unused imports (beforeAll, afterAll, within, fireEvent) that caused TS6133 errors during the console app build. Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 80138f5 commit f23c7c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/console/src/__tests__/ConsoleIssues.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* 3. Non-grid view types (kanban, calendar, etc.) not rendering
88
*/
99

10-
import { describe, it, expect, vi, beforeAll, afterAll } from 'vitest';
11-
import { render, screen, waitFor, within, fireEvent } from '@testing-library/react';
10+
import { describe, it, expect, vi } from 'vitest';
11+
import { render, screen, waitFor } from '@testing-library/react';
1212
import '@testing-library/jest-dom';
1313
import { ObjectForm } from '@object-ui/plugin-form';
1414
import { ListView } from '@object-ui/plugin-list';

0 commit comments

Comments
 (0)