[ci] format

This commit is contained in:
bluwy 2022-12-27 16:14:00 +00:00 committed by fredkbot
parent f8f5768294
commit 830680bbf8

View file

@ -26,7 +26,7 @@ describe('Pages', () => {
const html = await fixture.readFile("/quotes'-work-too/index.html");
const $ = cheerio.load(html);
expect($('h1').text()).to.equal("Quotes work too");
expect($('h1').text()).to.equal('Quotes work too');
});
});