Skip to content

Commit

Permalink
test(shared): remove console output from test
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Oct 9, 2020
1 parent 75e479e commit 59479a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/shared/external-link/external-link.directive.spec.ts
Expand Up @@ -64,8 +64,6 @@ describe('ExternalLinkDirective', () => {
aDes = fixture.debugElement.queryAll(By.directive(ExternalLinkDirective));

expect(aDes.length).toBe(4, 'should be 4');

console.log(aDes);
});

it('should have 1 anchor element without href attributes', () => {
Expand Down

0 comments on commit 59479a7

Please sign in to comment.