From c38e70e25dd6b092e49dfc279a18a25af44c05d9 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sat, 25 Jun 2022 13:08:20 +0100 Subject: [PATCH] Update tests --- src/export/packer/next-compiler.spec.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/export/packer/next-compiler.spec.ts b/src/export/packer/next-compiler.spec.ts index 3ffdda7953..727c617007 100644 --- a/src/export/packer/next-compiler.spec.ts +++ b/src/export/packer/next-compiler.spec.ts @@ -18,6 +18,9 @@ describe("Compiler", () => { this.timeout(99999999); const file = new File({ sections: [], + comments: { + children: [], + }, }); const zipFile = compiler.compile(file); const fileNames = Object.keys(zipFile.files).map((f) => zipFile.files[f].name);