Procházet zdrojové kódy

oops, forgot export in index file

Quang Luong před 5 roky
rodič
revize
daa139192e
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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';