[ci] format
This commit is contained in:
parent
273335cb01
commit
17d9aab39a
1 changed files with 2 additions and 2 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Reference in a new issue