2017-03-10 15:16:03 +01:00
|
|
|
/* tslint:disable */
|
2017-03-07 22:15:53 +00:00
|
|
|
import { assert } from "chai";
|
2017-03-09 22:56:08 +00:00
|
|
|
import { Utility } from "./utility";
|
2017-03-10 15:16:03 +01:00
|
|
|
/* tslint:enable */
|
2016-07-01 22:09:55 +01:00
|
|
|
|
|
|
|
describe("", () => {
|
|
|
|
|
|
|
|
beforeEach(() => {
|
2017-03-09 22:56:08 +00:00
|
|
|
// TODO
|
2016-07-01 22:09:55 +01:00
|
|
|
});
|
|
|
|
|
|
|
|
describe("#methodName()", () => {
|
|
|
|
it("should ", () => {
|
2017-03-09 22:56:08 +00:00
|
|
|
// TODO
|
2016-07-01 22:09:55 +01:00
|
|
|
});
|
|
|
|
});
|
2017-03-09 22:56:08 +00:00
|
|
|
});
|