Add codecov and add more tests to travis

This commit is contained in:
Dolan
2018-10-26 02:00:45 +01:00
parent 4742cf0f3f
commit cc6e35165a
2 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import { assert } from "chai";
import { Utility } from "tests/utility";
import { LeftTabStop, MaxRightTabStop, RightTabStop } from "./tab-stop";
describe("LeftTabStop", () => {