From 4578f5b3b161e11fed8ee360ee84e78029137858 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Tue, 17 Feb 2026 07:55:08 -0800 Subject: [PATCH] remove stray istanbul ignore Signed-off-by: Brian DeHamer --- src/predicate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/predicate.ts b/src/predicate.ts index 55c7334..9340cb0 100644 --- a/src/predicate.ts +++ b/src/predicate.ts @@ -38,8 +38,8 @@ export const predicateFromInputs = async ( throw new Error(`predicate file not found: ${predicatePath}`) } - /* istanbul ignore next */ const stat = await fs.stat(predicatePath) + /* istanbul ignore next */ if (stat.size > MAX_PREDICATE_SIZE_BYTES) { throw new Error(