From 7b28325bf5c444683b0c0385c18e560d4eb7413b Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Fri, 31 Jul 2026 08:23:11 -0300 Subject: [PATCH] Plant a break to prove the required check can fail --- src/proof-break.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/proof-break.ts diff --git a/src/proof-break.ts b/src/proof-break.ts new file mode 100644 index 0000000..c1f766a --- /dev/null +++ b/src/proof-break.ts @@ -0,0 +1 @@ +export const proofBreak: number = "this is deliberately not a number";