Merge from master

This commit is contained in:
Dolan
2018-08-21 20:59:20 +01:00
24 changed files with 389 additions and 52 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()", () => {