Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesabarnes committed Dec 18, 2019
1 parent 8eba507 commit 5c26ea7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/privacy-policy/privacy-policy.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/* tslint:disable:no-unused-variable */
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { By } from '@angular/platform-browser';
import { DebugElement } from '@angular/core';

import { PrivacyPolicyComponent } from './privacy-policy.component';

describe('PrivacyPolicyComponent', () => {
Expand All @@ -11,7 +8,7 @@ describe('PrivacyPolicyComponent', () => {

beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ PrivacyPolicyComponent ]
declarations: [ PrivacyPolicyComponent ],
})
.compileComponents();
}));
Expand Down

0 comments on commit 5c26ea7

Please sign in to comment.