[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 $ = 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