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

@ -36,7 +36,7 @@ describe("Packer", () => {
});
describe("#toBuffer()", () => {
it("should create a standard docx file", async function() {
it("should create a standard docx file", async function () {
this.timeout(99999999);
const buffer = await Packer.toBuffer(file);
@ -61,7 +61,7 @@ describe("Packer", () => {
});
describe("#toBase64String()", () => {
it("should create a standard docx file", async function() {
it("should create a standard docx file", async function () {
this.timeout(99999999);
const str = await Packer.toBase64String(file);