We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba56945 commit e3f1797Copy full SHA for e3f1797
1 file changed
apps/console/src/__tests__/KanbanTodoDisplay.test.tsx
@@ -1,7 +1,6 @@
1
2
import { describe, it, expect, vi, beforeEach } from 'vitest';
3
import { render, screen, waitFor } from '@testing-library/react';
4
-import React from 'react';
5
import { ObjectKanban } from '@object-ui/plugin-kanban';
6
7
// We perform Integration Testing on the REAL component to verify display.
0 commit comments