Fix lint and style errors

This commit is contained in:
askoufis
2021-09-18 23:14:13 +10:00
parent 3a795401d1
commit eec084767f
2 changed files with 9 additions and 8 deletions

View File

@ -1,7 +1,8 @@
import { expect } from "chai";
import { Columns } from ".";
import { Formatter } from "export/formatter";
import { Column } from "./column";
import { Column, Columns } from ".";
describe("Columns", () => {
describe("#constructor()", () => {