From 15856ca3a53d47a8dbd5e18a0c9a5d188839516b Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 31 Oct 2024 16:11:44 +0100 Subject: [PATCH] update test --- test/presets/netlify-legacy.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/presets/netlify-legacy.test.ts b/test/presets/netlify-legacy.test.ts index be2874fc63..b497e78705 100644 --- a/test/presets/netlify-legacy.test.ts +++ b/test/presets/netlify-legacy.test.ts @@ -167,7 +167,7 @@ describe("nitro:preset:netlify-legacy", async () => { "/with-default-fallthrough/* /with-default-fallthrough/:splat 200 /nested/no-fallthrough/* /nested/no-fallthrough/:splat 200 /* /catch-all 200" - `.trim() + ` ); }); });