소스 검색

oops, forgot export in index file

Quang Luong 5 년 전
부모
커밋
daa139192e
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      testutils/src/common.ts
  2. 1 0
      testutils/src/index.ts

+ 0 - 1
testutils/src/common.ts

@@ -334,7 +334,6 @@ export async function acceptDialog(
 
 /**
  * Click on the warning button in a dialog after it is attached
- *
  */
 export async function dangerDialog(
   host: HTMLElement = document.body,

+ 1 - 0
testutils/src/index.ts

@@ -22,6 +22,7 @@ export {
   initNotebookContext,
   waitForDialog,
   acceptDialog,
+  dangerDialog,
   dismissDialog
 } from './common';