style: format gmail watcher test

This commit is contained in:
Peter Steinberger 2026-01-06 01:46:59 +00:00
parent 46cab8c4bb
commit be4a6743df

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);
});
});