remove stray istanbul ignore
Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
+1
-1
@@ -38,8 +38,8 @@ export const predicateFromInputs = async (
|
|||||||
throw new Error(`predicate file not found: ${predicatePath}`)
|
throw new Error(`predicate file not found: ${predicatePath}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* istanbul ignore next */
|
|
||||||
const stat = await fs.stat(predicatePath)
|
const stat = await fs.stat(predicatePath)
|
||||||
|
|
||||||
/* istanbul ignore next */
|
/* istanbul ignore next */
|
||||||
if (stat.size > MAX_PREDICATE_SIZE_BYTES) {
|
if (stat.size > MAX_PREDICATE_SIZE_BYTES) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
|
|||||||
Reference in New Issue
Block a user