[ci] format

This commit is contained in:
matthewp 2022-07-26 21:33:54 +00:00 committed by fredkbot
parent da5e6ca128
commit 55c8aced44

View file

@ -35,7 +35,7 @@ describe('Markdown tests', () => {
it('Does not unescape entities', async () => {
const html = await fixture.readFile('/entities/index.html');
expect(html).to.match(new RegExp("<i>This should NOT be italic</i>"));
expect(html).to.match(new RegExp('<i>This should NOT be italic</i>'));
});
});
});