1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Tools: Fixed tests

This commit is contained in:
Laurent Cozic 2021-11-19 12:56:39 +00:00
parent a03ef8d18a
commit e8894d486e

View File

@ -32,6 +32,7 @@ describe('interop/InteropService_Exporter_Html', function() {
await service.export({
path: filePath,
format: 'html',
packIntoSingleFile: false,
});
const content = await fs.readFile(filePath, 'utf8');