[ci] format

This commit is contained in:
natemoo-re 2022-03-09 22:39:48 +00:00 committed by GitHub Actions
parent 2906110c04
commit 658a92915d

View file

@ -18,6 +18,5 @@ describe('Legacy Build', () => {
const $ = cheerio.load(html);
expect($('title').text()).to.equal('Demo app');
});
});
});