瀏覽代碼

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';