chore: fix simplenote converter test (#2910)

This commit is contained in:
Antonella Sgarlatta
2025-06-26 00:05:26 -03:00
committed by GitHub
parent f9f069f31f
commit 555453617d

View File

@@ -22,7 +22,7 @@ describe('SimplenoteConverter', () => {
it('should parse', async () => {
const converter = new SimplenoteConverter()
const result = await converter.parse(data, createNote)
const result = await converter.parse(data, createNote, (markdown) => markdown)
expect(result).not.toBeNull()
expect(result?.length).toBe(3)