fix: last diffs in transformation
This commit is contained in:
@@ -805,8 +805,8 @@ describe('ImportAnalysisEngine', () => {
|
||||
|
||||
const report = await engine.analyzeWxr(wxrData, '/test.xml');
|
||||
|
||||
// Should use title as alt text and include title in markdown
|
||||
expect(report.posts.items[0].markdownPreview).toContain('');
|
||||
// Should use title as alt text (but not include title in markdown - cleaner output)
|
||||
expect(report.posts.items[0].markdownPreview).toContain('');
|
||||
});
|
||||
|
||||
it('should extract filename as alt text when both alt and title are empty', async () => {
|
||||
|
||||
Reference in New Issue
Block a user