浏览代码

Run notebook panel contentfactory tests.

Jason Grout 7 年之前
父节点
当前提交
56e5766faf
共有 1 个文件被更改,包括 2 次插入2 次删除
  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', () => {