mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 07:37:24 +02:00
test(server): remove redundant log
This commit is contained in:
@@ -32,7 +32,6 @@ describe('ImageProcessor', () => {
|
||||
const imageBuffer = fs.readFileSync(sampleImagePath);
|
||||
|
||||
const result = await processor.extractText(imageBuffer, { language: 'eng' });
|
||||
console.log(result.text);
|
||||
expect(result.text).toContain('TriliumNext');
|
||||
}, 60000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user