Skip to content

Commit

Permalink
Fix unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRClark committed May 27, 2021
1 parent 693d9d9 commit c07245d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/file-browse/file-browse.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { HttpClientTestingModule } from '@angular/common/http/testing';
import { ComponentFixture, TestBed } from '@angular/core/testing';

import { FileBrowseComponent } from './file-browse.component';
Expand All @@ -8,6 +9,9 @@ describe('FileBrowseComponent', () => {

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

0 comments on commit c07245d

Please sign in to comment.