Przeglądaj źródła

Remove test stub

Steven Silvester 8 lat temu
rodzic
commit
557da3db5d
1 zmienionych plików z 0 dodań i 4 usunięć
  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()', () => {