diff options
author | 2024-02-28 13:09:56 +0000 | |
---|---|---|
committer | 2024-02-28 13:09:56 +0000 | |
commit | e252f5b2f32bdebfadca417c3a81fef4b0dec044 (patch) | |
tree | ff43c0273218d72f230538eafb2e941277dd2715 | |
parent | 57655a99db34e20e9661c039fab253b867013318 (diff) | |
download | astro-e252f5b2f32bdebfadca417c3a81fef4b0dec044.tar.gz astro-e252f5b2f32bdebfadca417c3a81fef4b0dec044.tar.zst astro-e252f5b2f32bdebfadca417c3a81fef4b0dec044.zip |
[ci] format
-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]', () => { |