summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Furkan Erdem <ematipico@users.noreply.github.com> 2024-02-28 13:09:56 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-02-28 13:09:56 +0000
commite252f5b2f32bdebfadca417c3a81fef4b0dec044 (patch)
treeff43c0273218d72f230538eafb2e941277dd2715
parent57655a99db34e20e9661c039fab253b867013318 (diff)
downloadastro-e252f5b2f32bdebfadca417c3a81fef4b0dec044.tar.gz
astro-e252f5b2f32bdebfadca417c3a81fef4b0dec044.tar.zst
astro-e252f5b2f32bdebfadca417c3a81fef4b0dec044.zip
[ci] format
-rw-r--r--packages/astro/test/i18n-routing.test.js2
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]', () => {