diff options
-rw-r--r-- | packages/astro/test/i18n-routing.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/i18n-routing.test.js b/packages/astro/test/i18n-routing.test.js index 07965bea1..8be9847d3 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]', () => { |