Browse Source

Run notebook panel contentfactory tests.

Jason Grout 7 năm trước cách đây
mục cha
commit
56e5766faf
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      tests/test-notebook/src/panel.spec.ts

+ 2 - 2
tests/test-notebook/src/panel.spec.ts

@@ -108,8 +108,8 @@ describe('@jupyterlab/notebook', () => {
 
     });
 
-    describe.skip('.ContentFactory', () => {
-      // TODO: make notebook panel still take a content factory for a notebook, and use that for a default notebook? This also moves all creation options to the notebook panel that are now just part of the content widget. That would be more backwards compatible, even if it departs a bit from our story about document widgets.
+    describe('.ContentFactory', () => {
+
       describe('#constructor', () => {
 
         it('should create a new ContentFactory', () => {