Files
zulip/var/puppeteer/test_credentials.d.ts
Anders Kaseorg 279c4b0e24 puppeteer_tests: Port to TypeScript.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-02-22 16:03:10 -08:00

7 lines
115 B
TypeScript

export const test_credentials: {
default_user: {
username: string;
password: string;
};
};