style: format gmail watcher test

This commit is contained in:
Peter Steinberger
2026-01-06 01:46:59 +00:00
parent 55b33b4e69
commit 3c6dea3ef3

View File

@@ -8,7 +8,9 @@ describe("gmail watcher", () => {
"listen tcp 127.0.0.1:8788: bind: address already in use",
),
).toBe(true);
expect(isAddressInUseError("EADDRINUSE: address already in use")).toBe(true);
expect(isAddressInUseError("EADDRINUSE: address already in use")).toBe(
true,
);
expect(isAddressInUseError("some other error")).toBe(false);
});
});