Skip to content

Commit

Permalink
Removed console.log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
vslinko committed Jan 15, 2022
1 parent 8d7e246 commit 96f916b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/__tests__/ParserService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ describe("parseList", () => {

const list = parser.parse(editor as any);

console.log(list);

expect(logger.log).not.toBeCalled();
expect(list).toBeTruthy();
});
Expand Down

0 comments on commit 96f916b

Please sign in to comment.