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,7 +1,7 @@
import { assert } from "chai";
import { SimplePos } from "./simple-pos";
import { Utility } from "../../../tests/utility";
import { SimplePos } from "./simple-pos";
describe("SimplePos", () => {
describe("#constructor()", () => {