Browse Source

test for virtual notebook is wip

Eric Charles 3 years ago
parent
commit
dc16f4b9f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/notebook/test/widget.spec.ts

+ 1 - 0
packages/notebook/test/widget.spec.ts

@@ -1596,6 +1596,7 @@ describe('@jupyter/notebook', () => {
       });
     });
 
+    // WIP See https://github.com/jupyterlab/jupyterlab/issues/10526
     describe('#virtualNotebook()', () => {
       it('should render the last cell widget', () => {
         const model = new NotebookModel();