chore: fix simplenote converter test (#2910)
This commit is contained in:
committed by
GitHub
parent
f9f069f31f
commit
555453617d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user