Explorar el Código

test for virtual notebook is wip

Eric Charles hace 3 años
padre
commit
dc16f4b9f9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();