[ci] format

This commit is contained in:
bluwy 2023-08-23 12:31:38 +00:00 committed by astrobot-houston
parent 273335cb01
commit 17d9aab39a

View file

@ -106,8 +106,8 @@ describe('Astro basics', () => {
it('renders the components top-down', async () => {
const html = await fixture.readFile('/order/index.html');
const $ = cheerio.load(html);
expect($('#rendered-order').text()).to.eq('Rendered order: A, B')
})
expect($('#rendered-order').text()).to.eq('Rendered order: A, B');
});
});
it('Supports void elements whose name is a string (#2062)', async () => {