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:
parent
a03ef8d18a
commit
e8894d486e
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user