Steven Silvester 9 yıl önce
ebeveyn
işleme
48ad013f45
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  1. 1 3
      test/src/notebook/editor/model.spec.ts

+ 1 - 3
test/src/notebook/editor/model.spec.ts

@@ -151,7 +151,7 @@ describe('jupyter-js-notebook', () => {
 
     });
 
-    describe('#mimetype', () => {
+    describe('#lineNumbers', () => {
 
       it('should default to false', () => {
         let model = new EditorModel();
@@ -279,6 +279,4 @@ describe('jupyter-js-notebook', () => {
 
   });
 
-
-
 });