Made project Prettier compliant

This commit is contained in:
Dolan
2018-01-23 01:33:12 +00:00
parent f2027230a0
commit e93d6799fd
101 changed files with 1198 additions and 1207 deletions

View File

@ -24,7 +24,7 @@ describe("LocalPacker", () => {
});
describe("#pack()", () => {
it("should create a standard docx file", async function () {
it("should create a standard docx file", async function() {
this.timeout(99999999);
await packer.pack("build/tests/test");
fs.statSync("build/tests/test.docx");
@ -32,7 +32,7 @@ describe("LocalPacker", () => {
});
describe("#packPdf", () => {
it("should create a standard PDF file", async function () {
it("should create a standard PDF file", async function() {
this.timeout(99999999);
await packer.packPdf("build/tests/pdf-test");