0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

[ci] format

This commit is contained in:
Furkan Erdem 2024-02-28 13:09:56 +00:00 committed by astrobot-houston
parent 57655a99db
commit e252f5b2f3

View file

@ -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]', () => {