[ci] format

This commit is contained in:
natemoo-re 2022-03-09 23:03:26 +00:00 committed by GitHub Actions
parent 05b66bd68b
commit 8c0a8fee32

View file

@ -105,7 +105,7 @@ describe('Expressions', () => {
const $ = cheerio.load(html); const $ = cheerio.load(html);
expect($('body').children()).to.have.lengthOf(1); expect($('body').children()).to.have.lengthOf(1);
expect($('body').text()).to.include('<script>console.log("pwnd")</script>') expect($('body').text()).to.include('<script>console.log("pwnd")</script>');
expect($('#trusted')).to.have.lengthOf(1); expect($('#trusted')).to.have.lengthOf(1);
}); });
}); });