Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 committed Jan 24, 2024
1 parent cc94e83 commit 7c545b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

import { HttpClientTestingModule } from '@angular/common/http/testing';
import {
waitForAsync,
ComponentFixture,
Expand All @@ -21,6 +22,7 @@ describe('DaffioDocsPackageCardsContainer', () => {
imports: [
RouterTestingModule,
NoopAnimationsModule,
HttpClientTestingModule,
],
})
.compileComponents();
Expand Down

0 comments on commit 7c545b2

Please sign in to comment.