[ci] format
This commit is contained in:
parent
da5e6ca128
commit
55c8aced44
1 changed files with 5 additions and 5 deletions
|
@ -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>'));
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue