Parcourir la source

oops, forgot export in index file

Quang Luong il y a 5 ans
Parent
commit
daa139192e
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  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';