Fix and enable linting on tests

This commit is contained in:
Dolan
2018-08-09 23:29:40 +01:00
parent 89df3c48e0
commit 5f594a822f
7 changed files with 14 additions and 7 deletions

View File

@ -1,8 +1,8 @@
import { expect } from "chai";
import { TableCellBorders, TableCellWidth, WidthType } from "./table-cell";
import { Formatter } from "../../export/formatter";
import { BorderStyle } from "../styles";
import { TableCellBorders, TableCellWidth, WidthType } from "./table-cell";
describe("TableCellBorders", () => {
describe("#prepForXml", () => {