소스 검색

Missed an async.

Ian Rose 6 년 전
부모
커밋
e7953f3166
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/test-console/src/panel.spec.ts

+ 1 - 1
tests/test-console/src/panel.spec.ts

@@ -87,7 +87,7 @@ describe('console/panel', () => {
     });
 
     describe('#onAfterAttach()', () => {
-      it('should start the session', () => {
+      it('should start the session', async () => {
         Widget.attach(panel, document.body);
         await dismissDialog();
         return panel.session.ready;