From e252f5b2f32bdebfadca417c3a81fef4b0dec044 Mon Sep 17 00:00:00 2001 From: Furkan Erdem Date: Wed, 28 Feb 2024 13:09:56 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/i18n-routing.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/test/i18n-routing.test.js b/packages/astro/test/i18n-routing.test.js index 07965bea1052..8be9847d35a6 100644 --- a/packages/astro/test/i18n-routing.test.js +++ b/packages/astro/test/i18n-routing.test.js @@ -965,7 +965,7 @@ describe('[SSG] i18n routing', () => { let $ = cheerio.load(html); assert.equal($('body').text().includes('Oi essa e index'), true); }); - }) + }); }); describe('i18n routing with fallback and [pathname-prefix-always]', () => {