made formatter replace tags

This commit is contained in:
Dolan Miu
2016-03-31 04:33:06 +01:00
parent 4f4653200e
commit 167de85cee
4 changed files with 33 additions and 12 deletions

View File

@ -13,7 +13,7 @@ describe('Document', () => {
describe('#constructor()', () => {
it("should create valid JSON", () => {
console.log(JSON.stringify(document, null, " "));
//console.log(JSON.stringify(document, null, " "));
var stringifiedJson = JSON.stringify(document);
var newJson;