From e8894d486e7da2b88154ffe1b64149f80f729bb3 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 19 Nov 2021 12:56:39 +0000 Subject: [PATCH] Tools: Fixed tests --- .../lib/services/interop/InteropService_Exporter_Html.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/lib/services/interop/InteropService_Exporter_Html.test.ts b/packages/lib/services/interop/InteropService_Exporter_Html.test.ts index 47a085ebb3..1faeb4d1d3 100644 --- a/packages/lib/services/interop/InteropService_Exporter_Html.test.ts +++ b/packages/lib/services/interop/InteropService_Exporter_Html.test.ts @@ -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');