From aa05620a84dd4736839f3b6e2fe558cb5635c789 Mon Sep 17 00:00:00 2001 From: Ben Papillon Date: Sat, 5 Sep 2026 00:02:11 -0700 Subject: [PATCH] chore(fern): ignore conformance suite and race tests --- .fernignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.fernignore b/.fernignore index f95086e3..83420f2b 100644 --- a/.fernignore +++ b/.fernignore @@ -12,6 +12,7 @@ README.md WASM_VERSION biome.json build.js +conformance/ scripts/ testapp/ src/cache/ @@ -29,7 +30,9 @@ src/wasm/ src/webhooks.ts src/wrapper.ts tests/cloudflare/ +tests/conformance/ tests/integration/ +tests/races/ tests/unit/cache/local.test.ts tests/unit/credits/ tests/unit/datastream/datastream-client.test.ts