chore(lint): enable warning comments rule

This commit is contained in:
Peter Steinberger
2026-04-18 18:52:14 +01:00
parent 235cdb3f81
commit 3f3bc97cd3
5 changed files with 71 additions and 34 deletions

View File

@@ -32,7 +32,7 @@ describe("telegram stickers", () => {
describeStickerImageSpy.mockReturnValue(undefined);
});
// TODO #50185: re-enable once deterministic static sticker fetch injection is in place.
// Skipped pending #50185: deterministic static sticker fetch injection.
it.skip(
"downloads static sticker (WEBP) and includes sticker metadata",
async () => {
@@ -75,7 +75,7 @@ describe("telegram stickers", () => {
STICKER_TEST_TIMEOUT_MS,
);
// TODO #50185: re-enable with deterministic cache-refresh assertions in CI.
// Skipped pending #50185: deterministic cache-refresh assertions in CI.
it.skip(
"refreshes cached sticker metadata on cache hit",
async () => {