Browse Source

Remove test stub

Steven Silvester 8 years ago
parent
commit
557da3db5d
1 changed files with 0 additions and 4 deletions
  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()', () => {