Skip to content

Commit b7965e3

Browse files
authored
Merge pull request #1293 from objectstack-ai/copilot/fix-ci-build-errors-another-one
2 parents b320bba + b30e67a commit b7965e3

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)