1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +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({ await service.export({
path: filePath, path: filePath,
format: 'html', format: 'html',
packIntoSingleFile: false,
}); });
const content = await fs.readFile(filePath, 'utf8'); const content = await fs.readFile(filePath, 'utf8');