ソースを参照

Fix missing widget dispose in test

Steven Silvester 8 年 前
コミット
97ef9040c6
1 ファイル変更1 行追加0 行削除
  1. 1 0
      test/src/cells/widget.spec.ts

+ 1 - 0
test/src/cells/widget.spec.ts

@@ -606,6 +606,7 @@ describe('notebook/cells/widget', () => {
             return method === 'onUpdateRequest';
           });
           expect(updates).to.have.length(1);
+          widget.dispose();
           done();
         });
       });