Skip to content
Snippets Groups Projects
Commit 53779cf6 authored by Ben Bosman's avatar Ben Bosman Committed by Marie Verdonck
Browse files

remove console logs

parent 1dfe7ec1
No related merge requests found
......@@ -219,8 +219,6 @@ describe('CommunityListComponent', () => {
it('should render a cdk tree with the first elementsPerPage (2) nr of top level communities, unexpanded', () => {
const expandableNodesFound = fixture.debugElement.queryAll(By.css('.expandable-node a'));
const childlessNodesFound = fixture.debugElement.queryAll(By.css('.childless-node a'));
console.log('expandableNodesFound', expandableNodesFound)
console.log('childlessNodesFound', childlessNodesFound)
const allNodes = [...expandableNodesFound, ...childlessNodesFound];
expect(allNodes.length).toEqual(2);
mockTopFlatnodesUnexpanded.slice(0, 2).map((topFlatnode: FlatNode) => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment