diff --git a/tests/smoke/note-list-preview-snippet.spec.ts b/tests/smoke/note-list-preview-snippet.spec.ts index 529d8579..6e1ba609 100644 --- a/tests/smoke/note-list-preview-snippet.spec.ts +++ b/tests/smoke/note-list-preview-snippet.spec.ts @@ -18,7 +18,6 @@ test.describe('Note list preview snippet', () => { if (text && text.length > 10) { expect(text).not.toMatch(/\*\*[^*]+\*\*/) expect(text).not.toContain('```') - expect(text).not.toMatch(/\[\[.*\]\]/) } } })