Skip to content

Commit 8c97056

Browse files
committed
fix: remove unnecessary import from KanbanIntegration test file
1 parent a0d07a8 commit 8c97056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
import { describe, it, expect, vi, beforeEach } from 'vitest';
3-
import { render, screen, waitFor, within } from '@testing-library/react';
3+
import { render, screen, waitFor } from '@testing-library/react';
44
import { ObjectKanban } from '@object-ui/plugin-kanban';
55
import type { DataSource } from '@object-ui/types';
66

0 commit comments

Comments
 (0)