Organise imports
This commit is contained in:
@ -1,12 +1,11 @@
|
|||||||
/* tslint:disable:typedef space-before-function-paren */
|
/* tslint:disable:typedef space-before-function-paren */
|
||||||
import * as fs from "fs";
|
import * as fs from "fs";
|
||||||
|
|
||||||
import { Compiler } from "./compiler";
|
|
||||||
import { File } from "../../file";
|
|
||||||
import { expect } from "chai";
|
|
||||||
|
|
||||||
import * as JSZip from "jszip";
|
import * as JSZip from "jszip";
|
||||||
|
|
||||||
|
import { expect } from "chai";
|
||||||
|
import { File } from "../../file";
|
||||||
|
import { Compiler } from "./compiler";
|
||||||
|
|
||||||
describe("Compiler", () => {
|
describe("Compiler", () => {
|
||||||
let compiler: Compiler;
|
let compiler: Compiler;
|
||||||
let file: File;
|
let file: File;
|
||||||
|
Reference in New Issue
Block a user