Skip to content

Commit 687fbba

Browse files
committed
Add support for Map and Timeline plugins in package.json and update pnpm-lock.yaml
1 parent 8ee2dc5 commit 687fbba

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

apps/console/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
"@object-ui/plugin-grid": "workspace:*",
4141
"@object-ui/plugin-kanban": "workspace:*",
4242
"@object-ui/plugin-list": "workspace:*",
43+
"@object-ui/plugin-map": "workspace:*",
44+
"@object-ui/plugin-timeline": "workspace:*",
4345
"@object-ui/react": "workspace:*",
4446
"@object-ui/types": "workspace:*",
4547
"@objectstack/client": "^0.9.0",

apps/console/src/__tests__/ViewSwitching.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect, vi, beforeEach } from 'vitest';
2-
import { render, screen, fireEvent, waitFor } from '@testing-library/react';
2+
import { render, screen, waitFor } from '@testing-library/react';
33
import { ObjectView } from '../components/ObjectView';
44
import { ComponentRegistry } from '@object-ui/core';
55
import { SchemaRendererProvider } from '@object-ui/react';
@@ -155,7 +155,7 @@ describe('Console View Switching Integration', () => {
155155
];
156156
mockDataSource.find.mockResolvedValue({ value: mockSites });
157157

158-
const { container } = renderObjectView();
158+
renderObjectView();
159159

160160
expect(ComponentRegistry.has('object-map')).toBe(true);
161161
expect(screen.queryByText(/Unknown component type/i)).not.toBeInTheDocument();

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)