added properties

This commit is contained in:
Dolan Miu
2016-04-03 20:00:30 +01:00
parent 9b6f6082f5
commit 4d8e443962
6 changed files with 240 additions and 5 deletions

View File

@ -13,7 +13,7 @@ function jsonify(obj: Object) {
return JSON.parse(stringifiedJson);
}
describe.only("Formatter", () => {
describe("Formatter", () => {
var formatter: Formatter;
beforeEach(() => {