[ci] format
This commit is contained in:
parent
116d8835ca
commit
c0d3877d0d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ describe('Projects with a space in the folder name', () => {
|
|||
});
|
||||
|
||||
it('Work with hoisted scripts', async () => {
|
||||
const html = await fixture.fetch('/').then(r => r.text());
|
||||
const html = await fixture.fetch('/').then((r) => r.text());
|
||||
const $ = cheerio.load(html);
|
||||
|
||||
expect($('script[src*="space in folder name"]')).to.have.a.lengthOf(1);
|
||||
|
|
Loading…
Reference in a new issue