chore: reduce excessive logs in unit tests

This commit is contained in:
Yash-Singh1
2022-05-10 17:04:22 -07:00
parent 8394bcd4a9
commit bc58c8e03c
7 changed files with 6 additions and 20 deletions

View File

@@ -188,7 +188,6 @@ describe('parsing a flow chart', function () {
flow.parser.parse(flowChart);
expect(flow.parser.yy.getTitle()).toBe('Big decisions');
console.log(flow.parser.yy.getAccDescription());
expect(flow.parser.yy.getAccDescription()).toBe(
`Flow chart of the decision making process
with a second line`