Skip to content

Commit c2c29c8

Browse files
committed
Fix up failing unit tests
1 parent 0980a25 commit c2c29c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/ui/src/js/src/widget/WidgetHandler.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
JSONRPCServer,
1717
JSONRPCServerAndClient,
1818
} from 'json-rpc-2.0';
19-
import { useLayoutManager, WidgetDescriptor } from '@deephaven/dashboard';
19+
import { WidgetDescriptor } from '@deephaven/dashboard';
2020
import { UriVariableDescriptor, useWidget } from '@deephaven/jsapi-bootstrap';
2121
import type { dh } from '@deephaven/jsapi-types';
2222
import Log from '@deephaven/log';
@@ -45,7 +45,6 @@ import {
4545
transformNode,
4646
getComponentForElement,
4747
wrapCallable,
48-
DASHBOARD_ELEMENT,
4948
} from './WidgetUtils';
5049
import WidgetStatusContext, {
5150
WidgetStatus,

plugins/ui/src/js/src/widget/WidgetTestUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { WidgetDescriptor } from '@deephaven/dashboard';
2+
// eslint-disable-next-line import/no-extraneous-dependencies
23
import { TestUtils } from '@deephaven/test-utils';
34
import type { dh } from '@deephaven/jsapi-types';
45
import { Operation } from 'fast-json-patch';

0 commit comments

Comments
 (0)