You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
fix tests
This commit is contained in:
@ -35,7 +35,7 @@ describe('MdToHtml', () => {
|
||||
const mdFilePath = `${basePath}/${mdFilename}`;
|
||||
const htmlPath = `${basePath}/${filename(mdFilePath)}.html`;
|
||||
|
||||
if (mdFilename !== 'sanitize_15.md') continue;
|
||||
// if (mdFilename !== 'sanitize_9.md') continue;
|
||||
|
||||
const mdToHtmlOptions: any = {
|
||||
bodyOnly: true,
|
||||
|
Reference in New Issue
Block a user