mirror of https://github.com/laurent22/joplin.git
Tools: Fixed tests
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