added tests to properties formatting

This commit is contained in:
Dolan Miu
2016-04-04 17:30:29 +01:00
parent 4d8e443962
commit 9540b5226a
3 changed files with 15 additions and 2 deletions

View File

@ -15,7 +15,7 @@ describe("Body", () => {
body = new Body();
});
describe('#constructor()', () => {
describe("#constructor()", () => {
it("should create the Section Properties", () => {
var newJson = jsonify(body);