diff --git a/src/app/shared/utils/markdown.pipe.spec.ts b/src/app/shared/utils/markdown.pipe.spec.ts index 026c1da103..48505c0d78 100644 --- a/src/app/shared/utils/markdown.pipe.spec.ts +++ b/src/app/shared/utils/markdown.pipe.spec.ts @@ -40,19 +40,15 @@ describe('Markdown Pipe', () => { it('should render regular links', async () => { await testTransform( - /*eslint-disable quotemark*/ 'DSpace', 'DSpace' - /* eslint-enable quotemark */ ); }); it('should not render javascript links', async () => { await testTransform( - /*eslint-disable quotemark*/ 'exploit', 'exploit' - /* eslint-enable quotemark */ ); });