made formatter replace tags
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user