Update tests

This commit is contained in:
Dolan Miu
2022-06-25 13:08:20 +01:00
parent 9827ed30bb
commit c38e70e25d

View File

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