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.
1 parent 0f136ac commit 651cbbeCopy full SHA for 651cbbe
tests/src/utils.spec.ts
@@ -2,6 +2,7 @@
2
// Distributed under the terms of the Modified BSD License.
3
4
import * as widgets from '@jupyter-widgets/base';
5
+import{ ManagerBase } from '@jupyter-widgets/base-manager';
6
import * as services from '@jupyterlab/services';
7
import * as Backbone from 'backbone';
8
@@ -47,7 +48,7 @@ class MockComm {
47
48
}
49
50
export
-class DummyManager extends widgets.ManagerBase<HTMLElement> {
51
+class DummyManager extends ManagerBase {
52
constructor() {
53
super();
54
this.el = window.document.createElement('div');
0 commit comments