We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d07a8 commit 8c97056Copy full SHA for 8c97056
apps/console/src/__tests__/KanbanIntegration.test.tsx
@@ -1,6 +1,6 @@
1
2
import { describe, it, expect, vi, beforeEach } from 'vitest';
3
-import { render, screen, waitFor, within } from '@testing-library/react';
+import { render, screen, waitFor } from '@testing-library/react';
4
import { ObjectKanban } from '@object-ui/plugin-kanban';
5
import type { DataSource } from '@object-ui/types';
6
0 commit comments