diff --git a/src/export/packer/compiler.spec.ts b/src/export/packer/compiler.spec.ts index c87a39a0e8..0bf691ebcb 100644 --- a/src/export/packer/compiler.spec.ts +++ b/src/export/packer/compiler.spec.ts @@ -1,12 +1,11 @@ /* tslint:disable:typedef space-before-function-paren */ import * as fs from "fs"; - -import { Compiler } from "./compiler"; -import { File } from "../../file"; -import { expect } from "chai"; - import * as JSZip from "jszip"; +import { expect } from "chai"; +import { File } from "../../file"; +import { Compiler } from "./compiler"; + describe("Compiler", () => { let compiler: Compiler; let file: File;