Skip to content

Commit b30e67a

Browse files
Copilothotlong
andauthored
fix: remove unused React import in ObjectView.test.tsx to fix CI build error TS6133
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/6accbfad-60d0-4307-b6d4-6de43b64f643 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 1ecb80b commit b30e67a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/console/dev/__tests__/ObjectView.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ vi.mock('@object-ui/collaboration', () => ({
139139
// Mock react utilities
140140
vi.mock('@object-ui/react', async (importOriginal) => {
141141
const actual = await importOriginal<any>();
142-
const React = await import('react');
143142
return {
144143
...actual,
145144
ActionProvider: ({ children }: any) => <>{children}</>,

0 commit comments

Comments
 (0)