[ci] format
This commit is contained in:
parent
05b66bd68b
commit
8c0a8fee32
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ describe('Expressions', () => {
|
|||
const $ = cheerio.load(html);
|
||||
|
||||
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);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue