Skip to content

Commit

Permalink
fix: remove console code
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankWang117 committed Feb 16, 2022
1 parent 029a913 commit 8c07eac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gantt/src/components/table/test/table.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ describe('GanttTable', () => {
const mainItemNode = ganttMain.query(By.css('.gantt-item')).nativeNode;
itemNode.click();
fixture.detectChanges();
console.log('gantt-main-item-active', mainItemNode.classList);
expect(itemNode.classList).toContain('gantt-table-item-active');
expect(mainItemNode.classList).toContain('gantt-main-item-active');
}));
Expand Down

0 comments on commit 8c07eac

Please sign in to comment.