From dbe3537793746b3a0b5f1a3467bc45f2f7603649 Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+catomean@users.noreply.github.com> Date: Sat, 29 Aug 2026 13:18:59 +0200 Subject: [PATCH] test: deliberately mis-formatted, must fail CI Temporary. Proves the formatter gate added in #23 actually fails a build rather than merely existing in package.json. Deleted as soon as CI reports red. --- app/[locale]/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 0f81eaa..6662743 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -119,3 +119,6 @@ export default async function LocaleLayout({ ); } + +const gateProof = {a:1, b:2} +export default gateProof