瀏覽代碼

Remove test stub

Steven Silvester 8 年之前
父節點
當前提交
557da3db5d
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      test/src/notebook/notebook/actions.spec.ts

+ 0 - 4
test/src/notebook/notebook/actions.spec.ts

@@ -1216,10 +1216,6 @@ describe('notebook/notebook/actions', () => {
         expect(widget.childCount()).to.be(count);
       });
 
-      it('should deactivate the cells', () => {
-
-      });
-
     });
 
     describe('#toggleLineNumbers()', () => {