Steven Silvester 9 年之前
父节点
当前提交
48ad013f45
共有 1 个文件被更改,包括 1 次插入3 次删除
  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', () => {
 
   });
 
-
-
 });