We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b320bba + b30e67a commit b7965e3Copy full SHA for b7965e3
1 file changed
apps/console/dev/__tests__/ObjectView.test.tsx
@@ -139,7 +139,6 @@ vi.mock('@object-ui/collaboration', () => ({
139
// Mock react utilities
140
vi.mock('@object-ui/react', async (importOriginal) => {
141
const actual = await importOriginal<any>();
142
- const React = await import('react');
143
return {
144
...actual,
145
ActionProvider: ({ children }: any) => <>{children}</>,
0 commit comments