Tools: Fixed tests

pull/5757/head
Laurent Cozic 2021-11-19 12:56:39 +00:00
parent a03ef8d18a
commit e8894d486e
1 changed files with 1 additions and 0 deletions

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');