dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-08-25 13:37:35 -07:00
committed by Tim Abbott
parent 8196c4f63d
commit 892f988404
5 changed files with 2609 additions and 2703 deletions

View File

@@ -71,6 +71,8 @@ async function test_reload_hash(page: Page): Promise<void> {
const initial_hash = await page.evaluate(() => window.location.hash);
await page.evaluate(() => {
// We haven't converted reload.js to TypeScript yet.
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
zulip_test.initiate_reload({immediate: true});
});
await page.waitForNavigation();