mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
f8f5768294
commit
830680bbf8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ describe('Pages', () => {
|
||||||
const html = await fixture.readFile("/quotes'-work-too/index.html");
|
const html = await fixture.readFile("/quotes'-work-too/index.html");
|
||||||
const $ = cheerio.load(html);
|
const $ = cheerio.load(html);
|
||||||
|
|
||||||
expect($('h1').text()).to.equal("Quotes work too");
|
expect($('h1').text()).to.equal('Quotes work too');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue