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