Skip to content

Commit

Permalink
feat(no-ref): update v17, control flow v17
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Nov 28, 2023
1 parent a2a865b commit a7987ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/cards/cards.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';

import { CardsComponent } from './cards.component';
import { TrackByService } from '@libraries/track-by/track-by.service';

describe('CardsComponent', () => {
let component: CardsComponent;
Expand All @@ -9,6 +10,7 @@ describe('CardsComponent', () => {
beforeEach(async () => {
await TestBed.configureTestingModule({
imports: [CardsComponent],
providers: [TrackByService],
}).compileComponents();

fixture = TestBed.createComponent(CardsComponent);
Expand Down

0 comments on commit a7987ac

Please sign in to comment.