fix error in test syntax

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-11-20 15:33:31 -08:00
parent 70c863c378
commit 7b7abad2e6

View File

@ -229,7 +229,7 @@ describe("test App end to end", async () => {
console.log(dialog.message());
await dialog.accept();
});
}
});
});
});