mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 05:23:17 +00:00
xo: Fix unicorn/prevent-abbreviations.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -66,10 +66,10 @@ async function wait(ms) {
|
||||
}
|
||||
|
||||
// Quit the app, end the test, either in success (!err) or failure (err)
|
||||
async function endTest(app, t, err) {
|
||||
async function endTest(app, t, error) {
|
||||
await app.client.windowByIndex(0);
|
||||
await app.stop();
|
||||
t.end(err);
|
||||
t.end(error);
|
||||
}
|
||||
|
||||
function getAppDataDir() {
|
||||
|
||||
Reference in New Issue
Block a user