Skip to content

Commit 651cbbe

Browse files
committed
Switch to new ManagerBase
1 parent 0f136ac commit 651cbbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/utils.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Distributed under the terms of the Modified BSD License.
33

44
import * as widgets from '@jupyter-widgets/base';
5+
import{ ManagerBase } from '@jupyter-widgets/base-manager';
56
import * as services from '@jupyterlab/services';
67
import * as Backbone from 'backbone';
78

@@ -47,7 +48,7 @@ class MockComm {
4748
}
4849

4950
export
50-
class DummyManager extends widgets.ManagerBase<HTMLElement> {
51+
class DummyManager extends ManagerBase {
5152
constructor() {
5253
super();
5354
this.el = window.document.createElement('div');

0 commit comments

Comments
 (0)