Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Aug 23, 2023
1 parent 273335c commit 17d9aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/test/astro-basic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 17d9aab

Please sign in to comment.