Update prettier

This commit is contained in:
Dolan Miu
2020-08-01 17:40:57 +01:00
parent 8b78f2d200
commit 4f6a9f734c
7 changed files with 43 additions and 90 deletions

View File

@ -16,7 +16,7 @@ describe("Compiler", () => {
});
describe("#compile()", () => {
it("should pack all the content", async function() {
it("should pack all the content", async function () {
this.timeout(99999999);
const zipFile = compiler.compile(file);
const fileNames = Object.keys(zipFile.files).map((f) => zipFile.files[f].name);
@ -35,7 +35,7 @@ describe("Compiler", () => {
expect(fileNames).to.include("_rels/.rels");
});
it("should pack all additional headers and footers", async function() {
it("should pack all additional headers and footers", async function () {
file.addSection({
headers: {
default: new Header(),